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 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 ; };