An open API service indexing awesome lists of open source software.

https://github.com/jech/cl-yacc

Common Lisp Yacc
https://github.com/jech/cl-yacc

Last synced: about 2 months ago
JSON representation

Common Lisp Yacc

Awesome Lists containing this project

README

          

> (compile-file "yacc.lisp")
> (load *)
> (compile-file "yacc-tests.lisp")
> (load *)
> (yacc-tests:tests)

Note that you really must compile yacc-tests.lisp to a file in order to
test the fasdumping machinery.

Complete documentation is provided in texinfo format in ``cl-yacc.texi'',
and you will find a complete example in the file ``calculator.lisp''.

The most recent version should be available from

http://www.irif.fr/~jch/software/cl-yacc/

Juliusz Chroboczek