# File lib/saikuro.rb, line 143 def make_state(type,parent = nil) cstate = type.new(@lexer,self) parent.children<< cstate cstate end