Skip to content

tojoqk/tokyo.tojo.parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser

This is a LL(1) parser implemented in Coalton.

Installation

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)

Usage

See docs/reference.md file.

LICENSE

This program is licensed under the MIT License. See the LICENSE file for details.

About

LL(1) parser implemented in Coalton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published