General Parser Combinators in Racket
This is the source code for the article General Parser Combinators in Racket. All the code is released freely on GitHub under the MIT License. You can download a Zip file, or you can clone the repository with the following command:
git clone https://github.com/epsil/gll.git
The article can be read at https://epsil.github.io/gll/,
although the repository also includes the complete text in
Markdown format
(Pandoc flavor).
I welcome suggestions and improvements! Feel free to open an issue on
the bug tracker, or to
fork the repository. You can also
contact me, Vegard Øye, at
vegard (underline) oye (at) hotmail (dot) com
.