Releases: TEPL-Team/TEPL
Releases · TEPL-Team/TEPL
v2.0.0
v1.80.00
Features added:
WHILE
andREPEAT...UNTIL
loops added- Two new executables added
- New build process
- And more...
TODO:
Data can be found here: https://github.com/TEPL-Team/TEPL/milestone/2, and here: https://github.com/TEPL-Team/TEPL/milestone/3.
As always, Happy coding!
v1.68.11
Features Ready:
REPEAT...UNTIL...
,PAUSE
and new logical operators have been added!- Files are fully supported!
IF....ELSE
fully supported!- Everything works in files!
- For more information test out TEPL yourself!
TODO:
Data can be found here: https://github.com/TEPL-Team/TEPL/milestone/2.
As always, happy coding!
v1.35.00 Released and ready to be installed!
Features ready:
- View the tokens, AST, and equivalent python code generated in debug mode(Steps to activate will be created in a feature discussion)
- More user input interactions
- --mode command functional
- Most things work in files(not all)
New Contributors:
None this time! Hopefully some new ones come along...
TODO:
- Add even better error reporting #10
- Force .tepl file extension for running files
- Add unary numbers
- Make the IDE work
- Add full support for if statements in files
v1.00.00 Released and ready to be installed!
Features ready:
- IF statements
- Basic user input interactions
- Code optimization
- Slight code clean-up
- Added almost all commands told when '--help' is used
- TEXT data type added
New Contributors:
None this time! Hopefully some new ones come along...
TODO:
v0.75.00 Released, BETA release of TEPL
Features ready:
- Basic math operations.
- Basic variables
- NUMBER and BOOLEAN data type
- Logical operators
- OUTPUT statements
- Basic layout of
--help
command in the CLI - RANDOM expressions
New Contributors:
- @jrcarl624 made their first contribution in #7
TODO:
- #10 Add better error message reports
- #8 Add TYPE keyword and DECIMAL plus TEXT data types
- Add support for files and multi-line code
- .tepl file extension support
- Code clean-up
Full Changelog: https://github.com/TENTHER101/TEPL/commits/v0.75.00