Implementation ANTLR
This commit is contained in:
@@ -67,6 +67,5 @@ entity returns[String val] :
|
|||||||
{$val = $i.text;}
|
{$val = $i.text;}
|
||||||
;
|
;
|
||||||
|
|
||||||
turtle returns[TurtleAST t]:
|
turtle
|
||||||
EOF { $t = null ; }
|
returns[TurtleAST t]: EOF { $t = null ; };
|
||||||
;
|
|
||||||
Reference in New Issue
Block a user