/sml-abt-parser

A parser library for ABTs based on parcom. DEPRECATED in favor of https://github.com/jonsterling/sml-typed-abts

Primary LanguageStandard ML

Development

To develop this library, first get its submodules:

git submodule update --init --recursive

Then, load development.cm in the SML/NJ repl:

rlwrap sml
> CM.make "development.cm";

Library Integration

To use this library as a dependency, you need to source abt-parser.cm in your CM file, and bind the libs anchor to a location which contains this library's submodule dependencies.

abt-parser.cm (bind:(anchor:libs value:vendor))