- 15 Oct, 2012 1 commit
-
-
Improved Makefile
Aaron Leung authored
-
- 14 Oct, 2012 2 commits
-
-
Craig Barnes authored
-
* Remove "-c" from CFLAGS and hard-code it into the recipe -- CFLAGS should be overridable from the command-line but not including "-c" should never invoke the linker on object files * Use real target names for library files instead of phony targets * Add install and install-shared targets * Use $(OBJECTS) instead of *.o * Use .PHONY to properly mark phony targets
Craig Barnes authored
-
- 04 Oct, 2012 10 commits
-
-
Conflicts: eval_apply.cpp
Aaron Leung authored -
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
- 03 Oct, 2012 4 commits
-
-
Don't think we need to eagerly evaluate numeric values after all, now that we're fully evaluating function args.
Aaron Leung authored -
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
- 02 Oct, 2012 2 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
- 01 Oct, 2012 1 commit
-
-
Aaron Leung authored
-
- 28 Sep, 2012 2 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
- 27 Sep, 2012 1 commit
-
-
Aaron Leung authored
-
- 26 Sep, 2012 5 commits
-
-
Aaron Leung authored
-
Cloning the predicates and loop lists in the control directives inside the function evaluator. Necessary in case they get modified during the in-place evaluation.
Aaron Leung authored -
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
- 25 Sep, 2012 1 commit
-
-
Evaluating numeric constants as soon as possible (i.e., at parse time). Should prevent subtle eval bugs later on.
Aaron Leung authored
-
- 24 Sep, 2012 2 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
- 22 Sep, 2012 1 commit
-
-
Aaron Leung authored
-
- 21 Sep, 2012 1 commit
-
-
Aaron Leung authored
-
- 20 Sep, 2012 4 commits
-
-
Little tweaks. Some concatenations are still erroneously quoted, but that can be easily worked around for the time being with the 'unquote' built-in.
Aaron Leung authored -
Aaron Leung authored
-
Aaron Leung authored
-
Redoing the arithmetic. Should fix some erroneous behavior on complex expressions in weird contexts.
Aaron Leung authored
-
- 19 Sep, 2012 2 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
- 18 Sep, 2012 1 commit
-
-
Aaron Leung authored
-