In Files

Parent

Files

ParseSymbol

Public Class Methods

new(lexer, parent = nil) click to toggle source
# File lib/saikuro.rb, line 405
def initialize(lexer, parent = nil)
  super
  STDOUT.puts "STARTING SYMBOL" if $VERBOSE
end

Public Instance Methods

parse_token(token) click to toggle source
# File lib/saikuro.rb, line 410
def parse_token(token)
  STDOUT.puts "Symbol's token is #{token.class}" if $VERBOSE
  # Consume the next token and stop
  @run = false
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.