Skip to content

Releases: TEPL-Team/TEPL

v2.0.0

14 May 15:16
Compare
Choose a tag to compare

Features Added:

  • FOREVER loop and EXIT command
  • New text manipulation functions
  • Added function support without arguments
  • Added conversion abilities for data types
  • And more...

TODO:

Check data here and here.

As always, Happy coding!

v1.80.00

10 May 20:27
Compare
Choose a tag to compare

Features added:

  • WHILE and REPEAT...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

29 Apr 13:42
Compare
Choose a tag to compare
v1.68.11 Pre-release
Pre-release

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!

07 Apr 00:04
Compare
Choose a tag to compare

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!

24 Mar 19:02
Compare
Choose a tag to compare

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:

  • #10 Add better error messages
  • #8 Add TYPE keyword
  • Add support for files and multi-line code
  • .tepl file extension support
  • Further development of IDE
  • Add unary expressions

v0.75.00 Released, BETA release of TEPL

21 Mar 23:30
Compare
Choose a tag to compare
Pre-release

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:

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