renommage prog en rurtle

This commit is contained in:
Rochas
2025-02-14 01:13:28 +01:00
parent 7e02d57933
commit aec32ca453

View File

@@ -21,7 +21,7 @@ options {
@members {
}
prog returns[TurtleAST t]:
turtle returns[TurtleAST t]:
{$t = new TurtleAST();}
bloc[t] EOF
{$t.finishNtriple();}
@@ -68,5 +68,3 @@ entity returns[String val] :
{$val = $i.text;}
;
turtle
returns[TurtleAST t]: EOF { $t = null ; };