chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' into doc
[sod]
/
src
/
parser
/
parser-expr-proto.lisp
diff --git
a/src/parser/parser-expr-proto.lisp
b/src/parser/parser-expr-proto.lisp
index 7fc2609fc7a60f5b14d78f4653ae0454ea580461..ec354453887d7a0a07335072a8e3332b665864bc 100644
(file)
--- a/
src/parser/parser-expr-proto.lisp
+++ b/
src/parser/parser-expr-proto.lisp
@@
-154,7
+154,7
@@
(defclass prefix-operator ()
(export 'simple-operator)
(defclass simple-operator ()
(export 'simple-operator)
(defclass simple-operator ()
- ((function :initarg :function :reader operator-function)
+ ((
%
function :initarg :function :reader operator-function)
(name :initarg :name :initform "<unnamed operator>"
:reader operator-name))
(:documentation
(name :initarg :name :initform "<unnamed operator>"
:reader operator-name))
(:documentation