Home | History | Annotate | Download | only in ast-output

Lines Matching refs:ROOT

433     tokens { ROOT; }
441 a : ID -> ROOT<V> ID
467 tokens { ROOT; }
479 a : ID -> ROOT<V>[42] ID
505 tokens { ROOT; }
513 a : ID -> ^(ROOT<V> ID)
539 tokens { ROOT; }
555 a : ID -> ROOT<V>[$ID]
581 tokens { ROOT; }
644 example "token root" do
650 example "token root with list label" do
662 example "string root" do
680 example "rewrite token root" do
692 example "rewrite string root" do
724 result.should == 'ROOT<V> abc'
730 result.should == 'ROOT<V>;42 abc'
734 example "tree parser rewrite imaginary root" do
736 result.should == '(ROOT<V> abc)'
742 result.should == 'ROOT<V>@1'