close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 692


Ignore:
Timestamp:
2015-06-08T17:33:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/infix-printer.lisp

    r690 r692  
    149149                              &aux (fstr (make-array '(0) :element-type 'base-char
    150150                                                     :fill-pointer 0 :adjustable t)))
     151  "Print an expression EXPR in infix notation to a string.  If OP is
     152not nil, the expression is parenthesized if its operator has lower
     153precedence than OP. Returns the string containing the printed
     154expression."
    151155  (with-output-to-string (s fstr)
    152156    (infix-print-to-stream expr s op print-level))
Note: See TracChangeset for help on using the changeset viewer.