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

Lines Matching refs:SimpleTree

33     grammar SimpleTree;
50 tokenVocab=SimpleTree;
1019 lexer = SimpleTree::Lexer.new( "abc 34" )
1021 parser = SimpleTree::Parser.new( tokens )