Skip to content

Releases: MaybeELEMENT/lexertk

v0.2

18 Nov 09:13
b755285

Choose a tag to compare

Changelog:

  • Added TAB token and the spaces required to be defined as tab can be customized using tab_length configuration.
  • \t will be also counted as TAB token

v0.1

16 Nov 14:05
4444545

Choose a tag to compare

Changelog:

  • Removed ModifyVariable function since it's super unnecessary and useless
  • Added 2 Examples of C++ File for you to reference if you're new to this toolkit
  • Removed TRUE and FALSE Tokens, they are replaced from BOOLEAN Token instead