summaryrefslogtreecommitdiffstats
path: root/runtime/vmprg.c
Commit message (Collapse)AuthorAgeFilesLines
* improved internal handling of RainerScript functionsRainer Gerhards2009-04-061-1/+27
| | | | | | | - building the necessary plumbing to support more functions with decent runtime performance. This is also necessary towards the long-term goal of loadable library modules. - added new RainerScript function "tolower"
* better readability for compiled VMPrg outputRainer Gerhards2009-03-121-1/+1
|
* changed RainerScript testbench to a full-blow test suiteRainer Gerhards2008-07-071-1/+0
| | | | | it now works based on test case files, which enable to quickly generate test cases.
* added capability to create a printable string of a vmprgRainer Gerhards2008-07-071-2/+38
| | | | | | This is needed so that we can create simple testbenches which will check the result of a test (a generated program) via a simple strcmp.
* moved runtime files into their own directoryRainer Gerhards2008-04-161-0/+175