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