From 811856a4fbede45b14adf138b75b8cc9f7308966 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Mon, 5 Sep 2022 16:48:02 +0200 Subject: fix(frontend): Lezer bracket matching --- subprojects/frontend/src/language/problem.grammar | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subprojects/frontend/src/language/problem.grammar b/subprojects/frontend/src/language/problem.grammar index 313df05d..95861110 100644 --- a/subprojects/frontend/src/language/problem.grammar +++ b/subprojects/frontend/src/language/problem.grammar @@ -45,8 +45,8 @@ statement { ReferenceDeclaration { (kw<"refers"> | kw<"contains">)? RelationName + ("[" Multiplicity? "]")? RelationName - ( "[" Multiplicity? "]" )? (kw<"opposite"> RelationName)? ";"? } @@ -154,5 +154,3 @@ sep1 { content (separator content)* } "{" "}" "(" ")" "[" "]" "." ".." "," ":" "<->" "~>" } - -@detectDelim -- cgit v1.2.3-54-g00ecf