Skip to content

Releases: Mellywins/GoLexThatJava

1.3

09 May 13:17
Compare
Choose a tag to compare

Full Changelog: 1.2...1.3

1.2

29 Mar 18:38
Compare
Choose a tag to compare
1.2

Added Syntaxic Analysis to the parser.
Now Generates the Abstract Syntax Tree of the code on the fly.
Returns the AST at the end of the parsing to start generating the Compiled code for the next steps.
Full Changelog: 1.1...1.2

1.1

25 Feb 15:45
Compare
Choose a tag to compare
1.1
  • Added Parenthesis and Brackets check.
  • Added Nested C-style multi line comments check.
    Full Changelog: 1.0...1.1

Lexical Analysis

24 Feb 13:18
Compare
Choose a tag to compare