An open API service indexing awesome lists of open source software.

https://github.com/hlpdev/decoycompiler

The compiler used for the Decoy device. Compiles the Decoy programming language to bytecode to be executed by the VM running on the device, or by a VM used for debugging purposes on Windows.
https://github.com/hlpdev/decoycompiler

Last synced: about 1 year ago
JSON representation

The compiler used for the Decoy device. Compiles the Decoy programming language to bytecode to be executed by the VM running on the device, or by a VM used for debugging purposes on Windows.

Awesome Lists containing this project

README

          

# DecoyCompiler
### v1.0

The DecoyCompiler is used to compile scripts for the Decoy device into a bytecode formatted executable archive.
These scripts are then executed in either the Windows VM (used for debugging) or on the actual Decoy device.

[d3c0y.com]()