asfix-tools is a collection of tools for the
AsFix (ASF Fixed) format. The
AsFix format is a format for representing a
parse tree.
SGLR outputs its result in the AsFix format.
Tools
- implode-asfix? -- implodes a parse tree in AsFix2 format to an abstract syntax tree
- asfix-yield -- unparses an AsFix2 parse tree to flat text.
- visamb -- display the ambiguities in a parse tree represented in AsFix2?