cl-yacc

2023-02-15

A LALR(1) parser generator for Common Lisp

Upstream URL

github.com/jech/cl-yacc

Author

Juliusz Chroboczek <jch@irif.fr>

License

MIT/X11
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

Dependencies (0)

    Dependents (12)

    • cl-python
    • cl-string-match
    • css-selectors
    • cxml-rng
    • docbrowser
    • frpc
    • gettext
    • lowlight
    • plexippus-xpath
    • regular-type-expression
    • trivial-ldap
    • with-c-syntax
    • GitHub
    • Quicklisp