# File lib/saikuro.rb, line 405definitialize(lexer, parent = nil)
superSTDOUT.puts"STARTING SYMBOL"if$VERBOSEend
Public Instance Methods
parse_token(token)click to toggle source
# File lib/saikuro.rb, line 410defparse_token(token)
STDOUT.puts"Symbol's token is #{token.class}"if$VERBOSE# Consume the next token and stop@run = falsenilend