Changeset trunk,27 for trunk/parsing.lisp
- Timestamp:
- 06/25/2007 09:36:52 PM (19 years ago)
- revision id:
- svn-v3-trunk0:2948df59-2b31-0410-8e06-c40c0b09d5b6:trunk:29
- File:
-
- 1 edited
-
trunk/parsing.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/parsing.lisp
r21 r27 32 32 `(defun ,name (input) 33 33 (if-matches input ,rule (next match) 34 (values t next ( list',name ,(if filter `(,filter match) 'match))))))34 (values t next (cons ',name ,(if filter `(,filter match) 'match)))))) 35 35 36 36 (defmacro defgrammar (() &body definitions)
Note: See TracChangeset
for help on using the changeset viewer.
