save before apply thing from l3
This commit is contained in:
@@ -23,7 +23,10 @@ options {
|
|||||||
}
|
}
|
||||||
prog : bloc EOF
|
prog : bloc EOF
|
||||||
;
|
;
|
||||||
bloc : sujet listvc P // <entity> list.
|
bloc : sujet listvc P manyb // <entity> list.
|
||||||
|
;
|
||||||
|
manyb : bloc
|
||||||
|
|
|
||||||
;
|
;
|
||||||
sujet : LC entity RC //<entity>
|
sujet : LC entity RC //<entity>
|
||||||
;
|
;
|
||||||
@@ -49,4 +52,3 @@ entity : ID
|
|||||||
|
|
||||||
turtle
|
turtle
|
||||||
returns[TurtleAST t]: EOF { $t = null ; };
|
returns[TurtleAST t]: EOF { $t = null ; };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user