Changeset 8 in CGBLisp for src/parse.lisp


Ignore:
Timestamp:
Jan 26, 2009, 10:23:33 PM (15 years ago)
Author:
Marek Rychlik
Message:

Moving sources into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/parse.lisp

    r1 r8  
    1919(in-package "PARSE")
    2020
    21 #+debug(proclaim '(optimize (speed 0) (debug 3)))
    22 #-debug(proclaim '(optimize (speed 3) (debug 0)))
     21(proclaim '(optimize (speed 0) (debug 3)))
    2322
    2423;; The function PARSE yields the representations as above.  The two functions
Note: See TracChangeset for help on using the changeset viewer.