# File lib/racc/grammar.rb, line 704 def accept? if tok = @symbols[-1] tok.anchor? else false end end