You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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