Open d-u-d-e opened 2 weeks ago
The AST class is required in order to develop this feature.
The AST class is required in order to develop this feature.
Right, I was planning to create a branch from feature/ast tho. Do you think it's better to focus on AST anyway?
All the parsers implemented for the Recursive descent parsing algorithm are at compiler/parser/parsers.py
From page 15-16: