descriptionA Parsing Expression Grammar Parser generator in Common Lisp
homepage URLhttp://primaldual.de/cl-opossum
ownerlisp@uuhaus.de
last changeTue, 7 Oct 2008 08:11:05 +0000 (7 10:11 +0200)
content tags
add:
readme
CL-Opossum is a Common Lisp implementation of a Parsing Expression Grammar Parser generator. It boostraps itself. Memoization is supported. If you like cl-peg and metapeg but have seen their shortcomings, this is for you. WARNING: This is still Work in Progress. License: LLGPL
shortlog
2008-10-07 Utz-Uwe HausCode cleanup againt SBCL, CMUCL and ECL.master
2008-10-04 Utz-Uwe HausImplement Memoization.
2008-10-04 Utz-Uwe HausAdd docstrings.
2008-10-04 Utz-Uwe HausAdd automatic documentation generation.
2008-10-03 Utz-Uwe HausFix PEG grammar and add action support.
2008-10-03 Utz-Uwe HausAction-generating function in bootstrap code fixed.
2008-10-02 Utz-Uwe HausFix handling of Newline and Tab in strings in the boots...
2008-10-02 Utz-Uwe HausImprove parser progress tracing.
2008-10-02 Utz-Uwe HausAdd TODO file
2008-10-02 Utz-Uwe HausPackage handling improved.
2008-10-02 Utz-Uwe HausFlesh out examples.
2008-10-01 Utz-Uwe HausAdd example files.
2008-10-01 Utz-Uwe HausClean up library API.
2008-10-01 Utz-Uwe HausFix package use during bootstrap.
2008-10-01 Utz-Uwe HausClean up parser output.
2008-10-01 Utz-Uwe HausUpdate licensing information.
...
heads
15 years ago master