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