diyorsattarov / 2

open-source 2
Other
1 stars 0 forks source link

Implement AST (Abstract Syntax Tree) #7

Closed diyorsattarov closed 1 day ago

diyorsattarov commented 1 year ago

We need to implement an Abstract Syntax Tree (AST) to represent the syntax of the language we're compiling. The AST will be the foundation for the parser and semantic analyzer. This issue involves creating the AST structure and basic nodes that correspond to the language's grammar.

Tasks:

Additional Information: