Rename to clnl, add documentation
[clnl] / src / main / parse.lisp
index 65200d3e5927c01d22e3ff526c4e9399454a4955..10e2f08aa25575207dab84d1433eae82e919188a 100644 (file)
@@ -1,4 +1,4 @@
-(in-package #:cl-nl.parser)
+(in-package #:clnl-parser)
 
 ; Ok, after thinking about this a little, the parser is completely contextual
 ; based on what has come before.  We can't do a contextless parsing, like we