SymbolTable.lookup

Looks up ident in the table.

  1. Symbol lookup(Identifier* ident)
    struct SymbolTable
  2. Symbol lookup(hash_t hash)

Return Value

Type: Symbol

the symbol if there, otherwise null.

Meta