Object
# File lib/dhaka/lexer/dfa.rb, line 110 def accept(pattern) @matched.concat @not_yet_accepted @not_yet_accepted = "" end
# File lib/dhaka/lexer/dfa.rb, line 115 def accept_last_saved_checkpoint(pattern) @matched = @last_saved_checkpoint @not_yet_accepted = "" end
Generated with the Darkfish Rdoc Generator 2.