Releases: Mellywins/GoLexThatJava
Releases · Mellywins/GoLexThatJava
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
- Added Parenthesis and Brackets check.
- Added Nested C-style multi line comments check.
Full Changelog: 1.0...1.1