summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Refuse to compile if C11 isn't supportedTing-Wei Lan2015-12-031-3/+21
| | | | Some bad hacks are added to support *BSD.
* Use strerror_r to make error messages more usefulTing-Wei Lan2015-11-301-0/+1
| | | | | This commit adds a new file, common.h, which contains private macros and static functions to make the code cleaner.
* Enable POSIX extensionsTing-Wei Lan2015-11-131-0/+4
|
* Merge TA's codes to ourskugwa2015-11-111-1/+2
| | | | | | 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-1/+1
|
* Use AX_COMPILER_FLAGSTing-Wei Lan2015-10-211-0/+11
| | | | | Source files generated by flex cannot use warning flags because there are too many errors that we cannot fix.
* Add a simple autotools build systemTing-Wei Lan2015-10-191-0/+26