summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress a bogus array bound warning for clang and glibcTing-Wei Lan2016-01-021-0/+8
* Drop any_error from state and add asm_output to stateTing-Wei Lan2015-12-301-4/+3
* Add the code-generation phasekugwa2015-12-301-0/+9
* Check and write computed types for expressions and arraysTing-Wei Lan2015-12-091-0/+5
* Use stdin if the source file name is a single dashTing-Wei Lan2015-12-071-1/+2
* Allow dumping symbol table via an environment variableTing-Wei Lan2015-12-071-1/+14
* We are going to do semantic analysisTing-Wei Lan2015-12-061-0/+9
* Disable AST dumping by defaultTing-Wei Lan2015-12-061-1/+3
* Drop all non-namespaced symbolsTing-Wei Lan2015-12-031-7/+9
* Drop line_number and prog global variablesTing-Wei Lan2015-12-021-7/+12
* Make the scanner and the parser reentrant and reduce non-namespaced symbolsTing-Wei Lan2015-12-011-5/+26
* Use strerror_r to make error messages more usefulTing-Wei Lan2015-11-301-3/+18
* Include our headers before including system headersTing-Wei Lan2015-11-301-2/+3
* Enable POSIX extensionsTing-Wei Lan2015-11-131-0/+4
* Fix the build with --enable-compile-warnings=errorTing-Wei Lan2015-11-131-2/+0
* Add declaration of printGV() in main.ckugwa2015-11-121-0/+2
* main() prints the parse treekugwa2015-11-121-0/+2
* Merge TA's codes to ourskugwa2015-11-111-22/+14
* Move all source files to the new src directoryTing-Wei Lan2015-11-091-0/+31