summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2020-03-06 11:21:04 -0600
committerBoutade <thegoofist@protonmail.com>2020-03-06 11:21:04 -0600
commit1dcd98391c66840c1dd377eb598d9a1f808b99d8 (patch)
tree67a2f59e0a54e725715eb49009f0ee46ed48dcd4 /package.lisp
parentc3b8d7d3ac67a8b71e1eed8645eedfa055cfb87a (diff)
tiny tweak to allow mutually recursive parsers
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
index 6942708..ed0cee9 100644
--- a/package.lisp
+++ b/package.lisp
@@ -4,6 +4,7 @@
(:use #:cl #:replay-streams)
(:export
#:parse
+ #:<<def
#:<<result
#:<fail<
#:<peek<