summaryrefslogtreecommitdiffstats
path: root/runtime/vmop.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: removed (newly introduced) memory leaksRainer Gerhards2009-03-131-6/+2
|
* better readability for compiled VMPrg outputRainer Gerhards2009-03-121-23/+28
|
* initial implementation of RainerScript functions & strlen()Rainer Gerhards2009-03-101-0/+3
| | | | | | | | | | - implemented function support in RainerScript. That means the engine parses and compile functions, as well as executes a few build-in ones. Dynamic loading and registration of functions is not yet supported - but we now have a good foundation to do that later on. NOTE: nested function calls are not yet supported due to a design issue with the function call VM instruction set design. - implemented the strlen() RainerScript function
* added capability to create a printable string of a vmprgRainer Gerhards2008-07-071-2/+35
| | | | | | 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/+235