summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-28 15:25:39 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-28 15:25:39 +0200
commit688d3be723b19655edcd1fc1de413b54630d4589 (patch)
treec0b95459b6b3f885a865110afa05ea709e5ccb57 /instr-to-kodkod/parser/PropertyLexer.g4
parentd1d9293f2654e297654f67b5bb0ba43fad7448d7 (diff)
Small changes? Forgot to commit.
Diffstat (limited to 'instr-to-kodkod/parser/PropertyLexer.g4')
-rw-r--r--instr-to-kodkod/parser/PropertyLexer.g44
1 files changed, 2 insertions, 2 deletions
diff --git a/instr-to-kodkod/parser/PropertyLexer.g4 b/instr-to-kodkod/parser/PropertyLexer.g4
index b538794..3b6011d 100644
--- a/instr-to-kodkod/parser/PropertyLexer.g4
+++ b/instr-to-kodkod/parser/PropertyLexer.g4
@@ -32,8 +32,8 @@ EF_OPERATOR_KW: '(EF' SEP;
AU_OPERATOR_KW: '(AU' SEP;
EU_OPERATOR_KW: '(EU' SEP;
-DEPTH_NO_PARENT_OPERATOR_KW: '(does_not_reach_parent_before' SEP;
-DEPTH_NO_CHANGE_OPERATOR_KW: '(does_not_change_depth_before' SEP;
+DEPTH_NO_PARENT_OPERATOR_KW: ('(NPB' | '(does_not_reach_parent_before') SEP;
+DEPTH_NO_CHANGE_OPERATOR_KW: ('(NDCB' | '(does_not_change_depth_before') SEP;
WS: SEP;