src/pset-parse.lisp: Export the `parse-property' function.
[sod] / src / pset-parse.lisp
index ddc34e0..6619e1b 100644 (file)
 ;;;--------------------------------------------------------------------------
 ;;; 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