
8 Aug
2007
8 Aug
'07
12:32 a.m.
Author: abaine Date: Tue Aug 7 20:32:00 2007 New Revision: 119 Modified: trunk/funds/src/package.lisp Log: Added dictionary interface to exported symbols. Modified: trunk/funds/src/package.lisp ============================================================================== --- trunk/funds/src/package.lisp (original) +++ trunk/funds/src/package.lisp Tue Aug 7 20:32:00 2007 @@ -46,4 +46,9 @@ :stack-empty-p :stack-push :stack-top - :stack-size)) + :stack-size + + :make-dictionary + :dictionary-add + :dictionary-remove + :dictionary-lookup))