summaryrefslogtreecommitdiffstats
path: root/vmstk.c
Commit message (Collapse)AuthorAgeFilesLines
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-2/+2
| | | | | | | | | - changed the object/interface system to use a new way of calling, giving up the numerical object ID. This was necessary as we needed more extensibility for third-party modules (which don't play at all with the previous fixed object ID). This is stage work for the object loader. Please note that I needed to change the object (de)serializer, I can't outrule that I have introduced bugs there.
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-1/+1
| | | | interface structure
* - added some temporary testing aids to conf.c, so that we can debugRainer Gerhards2008-02-251-2/+4
| | | | | | expression support as it is implemented - fixed a couple of bugs in expression system - added more operations to virtual machine - now works well with constants
* implemented majority of comparison operationsRainer Gerhards2008-02-251-0/+26
|
* implemented data type conversionRainer Gerhards2008-02-251-0/+55
|
* completed initial vmstk implementationRainer Gerhards2008-02-221-1/+16
|
* defined some entry points in vmstkRainer Gerhards2008-02-211-0/+32
|
* added empty vmstk classRainer Gerhards2008-02-211-0/+105