chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
src/*.lisp: Add missing exports.
[sod]
/
src
/
parser
/
parser-expr-proto.lisp
diff --git
a/src/parser/parser-expr-proto.lisp
b/src/parser/parser-expr-proto.lisp
index b203d2f5a2acbd85e5d24e35a14c28b575ad4f0e..326f3e5714d5066ddd5ad452ed0ee736d02d3828 100644
(file)
--- a/
src/parser/parser-expr-proto.lisp
+++ b/
src/parser/parser-expr-proto.lisp
@@
-101,7
+101,8
@@
(defparse expr ((&key (nestedp (gensym "NESTEDP-")))
;;;--------------------------------------------------------------------------
;;; Numerical precedence.
;;;--------------------------------------------------------------------------
;;; Numerical precedence.
-(export '(operator-left-precedence operator-right-precedence))
+(export '(operator-left-precedence operator-right-precedence
+ operator-associativity))
(defgeneric operator-left-precedence (operator)
(:documentation
"Return the OPERATOR's left-precedence.
(defgeneric operator-left-precedence (operator)
(:documentation
"Return the OPERATOR's left-precedence.