X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/f5992dc3304d7d0b79eee741524980739e35aa2f..b944e68b291d56a561c8797e138b95f1b1092d0a:/src/pset-parse.lisp diff --git a/src/pset-parse.lisp b/src/pset-parse.lisp index ddc34e0..6619e1b 100644 --- a/src/pset-parse.lisp +++ b/src/pset-parse.lisp @@ -133,6 +133,7 @@ (defun parse-expression (scanner) ;;;-------------------------------------------------------------------------- ;;; Parsing property sets. +(export 'parse-property) (defun parse-property (scanner pset) "Parse a single property using the SCANNER; add it to the PSET." ;; property ::= id `=' expression