dev-master
9999999-devA Simple ByteCode VM in PHP
MIT
The Requires
- php >=5.5.0
The Development Requires
by Tom Morton
A Simple ByteCode VM in PHP
Tacit is:, (*2)
Implementing a VM (and indeed a language) in PHP is silly, it's slow and limited. However, Tacit might have a purpose; for example as an educational tool., (*3)
Tacit was built with the aim of being a safe, sandboxed scripting VM for a PHP-based game. Yes, a ridiculous notion but one that works surprisingly well for simple applications., (*4)
bin/tacit examples/simple.tac
The aim is for Tacit to expand to be more featureful, on the list is:, (*5)
A Simple ByteCode VM in PHP
MIT