save before apply thing from l3

This commit is contained in:
tuvu
2025-02-13 23:56:00 +01:00
parent 77706a1697
commit 81e9b63a56

View File

@@ -23,7 +23,10 @@ options {
}
prog : bloc EOF
;
bloc : sujet listvc P // <entity> list.
bloc : sujet listvc P manyb // <entity> list.
;
manyb : bloc
|
;
sujet : LC entity RC //<entity>
;
@@ -48,5 +51,4 @@ entity : ID
;
turtle
returns[TurtleAST t]: EOF { $t = null ; };
returns[TurtleAST t]: EOF { $t = null ; };