Skip to content

Joseph1314/Symbol-Table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create the Symbol Table

Files included:

  • P1.java
    • Tests all of the Sym and SymTable operations and all situations under which exceptions are thrown
  • SymTable.java
    • Used by compiler to represent a Symbol Table (data structure that stores identifiers)
  • Sym.java
    • Initializes Sym and returns the Sym's table

About

Create the Symbol Table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%