Changeset 27 for branches/0.3/lex.lisp


Ignore:
Timestamp:
12/15/2008 11:14:57 PM (17 years ago)
Author:
dsowen
Message:

Removed debugging output (thanks Hannes Klas)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3/lex.lisp

    r19 r27  
    6161          (lambda (i)
    6262            `(let ((end (nth-value 1 (scan ',(nth i regexs) ,input-var :start ,start-var))))
    63                (format t "scanner ~A ended at ~A~%" ,i end)
    6463               (when (and end (or (null at) (> end max)))
    6564                 (setf max end
Note: See TracChangeset for help on using the changeset viewer.