Skip to content

Releases: Mellywins/GoLexThatJava

1.3

Choose a tag to compare

@Mellywins Mellywins released this 09 May 13:17

Full Changelog: 1.2...1.3

1.2

1.2

Choose a tag to compare

@Mellywins Mellywins released this 29 Mar 18:38

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

1.1

Choose a tag to compare

@Mellywins Mellywins released this 25 Feb 15:45
  • Added Parenthesis and Brackets check.
  • Added Nested C-style multi line comments check.
    Full Changelog: 1.0...1.1

Lexical Analysis

Choose a tag to compare

@Mellywins Mellywins released this 24 Feb 13:18