Show
Ignore:
Timestamp:
12/28/07 19:43:51 (4 years ago)
Author:
BCS
Message:

a few more cases in meta.lisp
a MAJOR fix in generate_case.lisp (it would generate bad code)
comment here and there

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/backmath/string_stuff.lisp

    r173 r174  
    2323) 
    2424 
     25(defun op_symb (a) 
     26    (cond   
     27        ((equal a '+) "+") 
     28        ((equal a '-) "-") 
     29        ((equal a '*) "*") 
     30        ((equal a '/) "/") 
     31        ((equal a '+>) "+>") 
     32        ((equal a '->) "->") 
     33        ((equal a '*>) "*>") 
     34        ((equal a '/>) "/>") 
     35        ((equal a '-r>) "-r>") 
     36        ((equal a '/r>) "/r>") 
     37        (t "%invlaid%") 
     38    ) 
     39) 
     40 
    2541;;; ?New-line constant 
    2642(DEFCONSTANT nl "