yurrriq / parser-combinators

Nils Anders Danielsson's Total Parser Combinators (mirror)
http://www.cse.chalmers.se/%7Enad/publications/danielsson-parser-combinators.html
MIT License
6 stars 0 forks source link

Total parser combinators and parsing of mixfix operators

TotalRecognisers and TotalParserCombinators Author: Nils Anders Danielsson

Described in the paper "Total Parser Combinators".

StructurallyRecursiveDescentParsing Authors: Nils Anders Danielsson and Ulf Norell

Described in the paper "Structurally Recursive Descent Parsing". This paper draft may currently be a bit out of date.

Mixfix Author: Nils Anders Danielsson

Described in the paper "Parsing Mixfix Operators" (coauthored by Ulf Norell).