summaryrefslogtreecommitdiffstats
path: root/cpp/sca/modules/eval/read.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino2009-11-011-184/+0
* Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino2009-10-261-2/+3
* Minor code cleanup, refactored list functions and cleaned up function names, ...jsdelfino2009-10-181-6/+6
* Some code cleanup, removed unused functions, changed == empty-list to isNil t...jsdelfino2009-10-111-1/+1
* Added minimal support for comments. Removed build output from version control.jsdelfino2009-10-031-0/+1
* 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-1/+1
* Strawman implementation of a mini script evaluation library, which can be use...jsdelfino2009-09-271-0/+182