Skip to content

tquart1/Symbol-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbol-Table

Developed a symbol table for storing identifiers. An identifier was used for naming variables, methods, classes, etc. in the program. Used an array of linked lists to store information in the table.

The Symbol Table class is a collection of identifier nodes, and an identifier node is a collection of line num nodes.

Client class included to test that a new empty symbol table is created and allows the user to enter in identifiers and line num where each is supposed to be found.

About

Developed a symbol table for storing identifiers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages