Renaissance-Ada
Renaissance-Ada copied to clipboard
Introduce own Pattern kind
Patterns currently reuse LibAdaLang's parse rules. However, we only need 3 or 4 kinds
- Expression
- List of Statements
- List of Declarations
- Package
Could we simplify the interface of Pattern and even more hide the dependency on libadalang?