diyorsattarov / 2

open-source 2
Other
1 stars 0 forks source link

Implement Parser #8

Closed diyorsattarov closed 1 day ago

diyorsattarov commented 1 year ago

To parse source code into a meaningful structure, we need to implement a parser. The parser will use the lexer to tokenize the code and then construct the AST based on the language's grammar rules. This issue focuses on building the parser for our language.

Tasks:

Additional Information: