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.

Ignore:
Timestamp:
2015-06-08T16:10:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/infix.lisp

    r674 r675  
    10821082      ("foo(bar,baz))" (foo bar baz))   ; extra close parenthesis
    10831083      ("foo[bar,baz]]" :error)          ; extra close bracket
    1084       ("[foo,bar]"     (:[ foo var))            ; AREF is not a prefix operator
     1084      ("[foo,bar]"     (:[ foo bar))            ; AREF is not a prefix operator
    10851085      ("and a"         :error)          ; AND is not a prefix operator
    10861086      ("< a"           :error)          ; < is not a prefix operator
Note: See TracChangeset for help on using the changeset viewer.