Change symbol table to recognize full identifier names
Currently, the symbol table (and lexer/parser) can only manager identifier names with one character. Change it so it can handle strings.
Currently, the symbol table (and lexer/parser) can only manager identifier names with one character. Change it so it can handle strings.