CodeProject article | Sources
The TIScript Engine consists of:
- compiler that produces byte code
- virtual machine (VM) that executes this byte code
- heap manager that uses a copying garbage collector (GC)
- runtime which is an implementation of native object classes
Implementations
Tags:
language
Last modified 07 October 2024