Skip to content

Version 2.0

Compare
Choose a tag to compare
@Maiori44 Maiori44 released this 26 Mar 23:28
· 911 commits to main since this release
  • ; is no longer required (but can still be used and is sometimes necessary)
  • Rewrote important parts of the parser
  • Very slightly improved compiling speed
  • Static variables can now be declared and defined at the same time
  • Static variables now have debug comments that say in what file they are defined
  • Fix catch blocks not indenting when compiling
  • EOF tokens now have <end> as their lexeme
  • Clue can now read and compile more complex numbers (10e3, 0b10110, ecc)