adaparser
Parses Ada source code into an AlephTree.
Built with LALRPOP.
Installation
[]
= "0.1"
Usage
let ast = parse;
Example
Input:
X : Integer := 42;
Produces an AlephTree::Let binding with an Int value.
Related
aleph-syntax-tree— AST definitionalephc— full compiler