Skip to content

An implementaton of static scoped symbol tables for semantic analysis in C

License

Notifications You must be signed in to change notification settings

fauzanzaid/Symbol-Table-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbol-Table-in-C

An implementaton of static scoped symbol tables for semantic analysis in C

Building

First, download the dependencies:

./download_dependencies.sh

Then, to build the static library, run the following commands from the terminal:

mkdir build ; cd build && cmake .. && make ; cd ..

This will build libSymbolEnv.a in ./lib directory.

Usage

See include/SymbolEnv.h for information about functionality provided by this module

About

An implementaton of static scoped symbol tables for semantic analysis in C

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published