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.
- Host: GitHub
- URL: https://github.com/hlpdev/decoycompiler
- Owner: hlpdev
- Created: 2025-03-06T20:43:27.000Z (about 1 year ago)
- Default Branch: stable
- Last Pushed: 2025-03-06T22:16:06.000Z (about 1 year ago)
- Last Synced: 2025-03-06T23:19:39.499Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DecoyCompiler
### 
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]()