summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* libparser_a-parser.[ch] -> parser.[ch]Ting-Wei Lan2016-01-211-6/+6
* Add code for register managementkugwa2015-12-311-0/+2
* Add the code-generation phasekugwa2015-12-301-0/+2
* Add a testcase to show the modification of grammerHW4kugwa2015-12-111-0/+1
* Add some testcasesTing-Wei Lan2015-12-111-1/+14
* We are going to do semantic analysisTing-Wei Lan2015-12-061-0/+2
* Drop all non-namespaced symbolsTing-Wei Lan2015-12-031-1/+2
* Drop line_number and prog global variablesTing-Wei Lan2015-12-021-0/+2
* Use strerror_r to make error messages more usefulTing-Wei Lan2015-11-301-0/+1
* Include our headers before including system headersTing-Wei Lan2015-11-301-1/+1
* Don't include lexer.c and move yyerror to the end of fileTing-Wei Lan2015-11-301-4/+4
* Add the header generated by yacc to BUILT_SOURCESHW3Ting-Wei Lan2015-11-131-1/+1
* main() prints the parse treekugwa2015-11-121-0/+1
* Merge TA's codes to ourskugwa2015-11-111-13/+18
* Move all source files to the new src directoryTing-Wei Lan2015-11-091-11/+13
* Don't include file generated by flex in submitted homeworkTing-Wei Lan2015-10-211-0/+3
* Follow the format required by TATing-Wei Lan2015-10-211-1/+11
* Use AX_COMPILER_FLAGSTing-Wei Lan2015-10-211-3/+9
* Move main function to a separate fileTing-Wei Lan2015-10-211-0/+7
* Add a simple autotools build systemTing-Wei Lan2015-10-191-0/+13