-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Currently there is no support for classes in classic programs.
- In src/syntax/ast/nodes.h populate the class-related classes with the appropriate arguments (see grammar file, classical.y).
- Implement the build methods of the builder (src/syntax/ast/builder.cpp).
- Write unit tests for the builder methods (tests/unit/ast/test_builder.cpp)
- Call builder on production rule actions (classical.y)
- Write integration tests for the parser (tests/integration/syntax/test_parser.cpp)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request