Matching of code¶
{ #dev-architecture-code-matching }
Stable ID: ARCH-CODE-MATCHING
Developing parsers is time-consuming. We have decided to reuse existing parsers.
MISC¶
We should make clear
- What is the desired behaviour for a particular language, e.g., for Python?
- What is behaviour "enforced" on use by using existing parser for a particular language, e.g., of the ast parser for Python?