summaryrefslogtreecommitdiffstats
path: root/cpp/sca/modules/eval/eval.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino2009-11-161-290/+0
* Fixed parsing of comments. Added functions to read scripts and more test cases.jsdelfino2009-11-161-4/+25
* Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino2009-11-011-1/+1
* Improved memory management using APR memory pools, changed frame allocation i...jsdelfino2009-11-011-25/+31
* Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino2009-10-261-15/+16
* Minor code cleanup, refactored list functions and cleaned up function names, ...jsdelfino2009-10-181-2/+2
* Some code cleanup, removed unused functions, changed == empty-list to isNil t...jsdelfino2009-10-111-6/+6
* Removed explicit C++ keywords to let the compiler perform the necessary conve...jsdelfino2009-10-031-7/+7
* Refactored store tests and moved them under test/. Simplified the script eval...jsdelfino2009-10-031-191/+70
* Strawman implementation of a mini script evaluation library, which can be use...jsdelfino2009-09-271-0/+383