summaryrefslogtreecommitdiffstats
path: root/src/symbol-table.c
Commit message (Collapse)AuthorAgeFilesLines
* retrive -> retrieveTing-Wei Lan2015-12-091-1/+1
|
* Implement semantic checks for type and variable declarationsTing-Wei Lan2015-12-061-0/+11
|
* Use multiple small hash tables to implement symbol tablesTing-Wei Lan2015-12-061-60/+55
| | | | The scanner no longer modifies the symbol table when finding identifiers.
* Include our headers before including system headersTing-Wei Lan2015-11-301-1/+2
|
* Enable POSIX extensionsTing-Wei Lan2015-11-131-0/+4
|
* Merge TA's codes to ourskugwa2015-11-111-27/+0
| | | | | | Delete tmp funtion used in HW2. Move AST functions into ast.c. CONST_INT, CONST_FLOAT, and CONST_STRING all return CONST.
* Move all source files to the new src directoryTing-Wei Lan2015-11-091-0/+112