This is a LL(1) parser implemented in Coalton.
Since it depends on Coalton, please refer to the link below to install Coalton.
https://github.com/coalton-lang/coalton
Next, place tokyo.tojo.parser and its dependencies in your local repository (~/common-lisp
, etc.).
git clone https://github.com/tojoqk/tokyo.tojo.iterable.git
git clone https://github.com/tojoqk/tokyo.tojo.parser.git
If you are using Quicklisp, you can load the system with the following.
(ql:quickload :tokyo.tojo.parser)
See docs/reference.md file.
This program is licensed under the MIT License. See the LICENSE file for details.