class Racc::SymbolTable

def [](id)

def [](id)
  @symbols[id]
end