X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/6213be581b6fd4836c19af2f7970ecead5f8ae97..85aa8b3e6716fedd4617dc8d76cd459c8a38cdc5:/src/parser/parser-expr-proto.lisp?ds=sidebyside diff --git a/src/parser/parser-expr-proto.lisp b/src/parser/parser-expr-proto.lisp index b203d2f..326f3e5 100644 --- a/src/parser/parser-expr-proto.lisp +++ b/src/parser/parser-expr-proto.lisp @@ -101,7 +101,8 @@ ;;;-------------------------------------------------------------------------- ;;; 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.