maj lexer
This commit is contained in:
@@ -62,11 +62,10 @@ verbe returns[String val] :
|
||||
comp[TurtleAST parent] :
|
||||
LC i=ID RC //<ID>
|
||||
{parent.addComplement($i.text,false);}
|
||||
| G i=ID G //"ID"
|
||||
| G i=STRING G //"STRING"
|
||||
{parent.addComplement($i.text,true);}
|
||||
;
|
||||
entity returns[String val] :
|
||||
i=ID
|
||||
{$val = $i.text;}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user