Parses PL/I source code into an AlephTree.
Built with LALRPOP.
[dependencies]
pliparser = "0.1"let ast = pliparser::parse(source_code);Input:
DCL X FIXED BIN(31) INIT(42);
Produces an AlephTree::Let binding with an Int value.
aleph-syntax-tree— AST definitionalephc— full compiler