nklein / maxpc

Max’s Parser Combinators: a simple and pragmatic library for writing parsers and lexers based on combinatory parsing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaxPC

Max’s Parser Combinators is a simple and pragmatic library for writing parsers and lexers based on combinatory parsing. MaxPC is capable of parsing deterministic, context-free languages, provides powerful tools for parse tree transformation and error handling, and can operate on sequences and streams.

Documentation

About

Max’s Parser Combinators: a simple and pragmatic library for writing parsers and lexers based on combinatory parsing.

License:Other


Languages

Language:Common Lisp 100.0%