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)
Currently there is no support for classes in classic programs.