Implement Simple Expression Parser
Gipson62 opened this issue · 0 comments
Gipson62 commented
Description
This issue is focused on building a parser within atlas-core that can construct an abstract syntax tree (AST) for simple expressions and numerical values.
Tasks
- Create a parser module in atlas-core.
- Define the grammar rules for simple expressions and numerical values.
- Implement the parser to generate an AST.