Global Script parser library

root

Parser combinator library for Global Script

Based on Parallel Parsing Processes by Koen Lindström Claessen,
https://research.chalmers.se/en/publication/2546

Implements LL(∞) grammars, using a breadth-first-search to explore each valid production in parallel.

This is *alpha quality* software.
It works for me on my machine; it hasn't been tested on anything else.
Use at your own risk.