Skip to content

davidsun0/stantler

Repository files navigation

Stantler: ANTLR Compatible Parser Generator for Common Lisp

Stantler is an ANTLR compatible lexer / parser generator for Common Lisp. It creates parser functions from ANTLR4 description files.

Stantler is currently under development. It is neither fast nor feature complete. Contributions are welcome.

Disclaimer

I have no idea what I'm doing.

Documentation

Use read macros in language actions at your own risk. As a result of ANTLR's match longest semantics, Lisp code may be read any number of times.

Notes

https://github.com/antlr/antlr4/blob/master/doc/lexer-rules.md

https://github.com/antlr/antlr4/blob/master/doc/parser-rules.md

About

ANTLR4 Parser Generator for Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors