-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Support loop statements.
- Add production rules in grammar (src/syntax/classical.y)
- Define classes for loop statements in src/syntax/ast/nodes.h
- Write build methods for loop statements (src/syntax/ast/builder.cpp)
- Write unit tests for build methods (tests/unit/ast/test_builder.cpp)
- Call build methods on production rule actions (src/syntax/classical.y)
- Write integration tests for parser (tests/integration/syntax/test_parser.cpp)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request