aboutsummaryrefslogtreecommitdiff
path: root/src/interp/fnewmeta.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/fnewmeta.lisp')
-rw-r--r--src/interp/fnewmeta.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/fnewmeta.lisp b/src/interp/fnewmeta.lisp
index 3a0ffa89..c819222d 100644
--- a/src/interp/fnewmeta.lisp
+++ b/src/interp/fnewmeta.lisp
@@ -420,7 +420,8 @@
(CONS (POP-STACK-2)
(APPEND (POP-STACK-1) NIL)))))
(AND (ACTION (SETQ G1 (LINE-NUMBER CURRENT-LINE)))
- (|PARSE-Application|)
+ (OR (|PARSE-Application|)
+ (|PARSE-OperatorFunctionName|))
(MUST (OR (AND (MATCH-ADVANCE-STRING ":")
(MUST (|PARSE-Expression|))
(PUSH-REDUCTION '|PARSE-Category|