Fix package use during bootstrap.
commit7ef7c8f4d0d170ce87523071d96f5705b70e488f
authorUtz-Uwe Haus <lisp@uuhaus.de>
Wed, 1 Oct 2008 19:53:53 +0000 (1 21:53 +0200)
committerUtz-Uwe Haus <lisp@uuhaus.de>
Wed, 1 Oct 2008 19:53:53 +0000 (1 21:53 +0200)
tree37b5875f2687459556c45d99a54fe292ebf51081
parent97b3912ec112912749705a2f4375566eacff8ab6
Fix package use during bootstrap.

All provided parsing code is put into #:OPOSSUM-SYSTEM, the freshly generated
and public code is going to #:OPOSSUM. Users generating their own parsers
will only know the #:OPOSSUM package.

Signed-off-by: Utz-Uwe Haus <lisp@uuhaus.de>
bootstrap.lisp
pegparser-boot.lisp
pegutils.lisp