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
- Host: GitHub
- URL: https://github.com/jech/cl-yacc
- Owner: jech
- License: mit
- Created: 2012-08-03T18:04:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-08-19T11:34:00.000Z (8 months ago)
- Last Synced: 2025-08-19T12:38:48.948Z (8 months ago)
- Language: Common Lisp
- Size: 49.8 KB
- Stars: 58
- Watchers: 7
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
- awesome-cl - cl-yacc - a LALR(1) parser generator. [MIT][200]. (Online editors ## / Third-party APIs)
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