Bundled DJVM Engine: The official DJVM compiler (djprocode.exe) is bundled directly inside the extension!
One-Click Execution: A native "Play" button (▶) appears in the top right corner. Clicking it instantly launches a terminal and executes your .djpc code using the built-in Virtual Machine.
Requirements
No external installations are required! The extension comes fully loaded with the DJVM Virtual Machine.
Usage
Create a new file with the .djpc extension.
Write your code:
start
store greeting as word = "Hello DJPROCODE!"
display greeting
stop
Click the Play (▶) button in the top right corner of the editor to instantly execute your program!
Release Notes
1.1.0
Major Architecture Upgrade: Bundled the complete djprocode.exe compiler engine directly into the extension.
Active Execution: Added a "Play" button for instant execution of .djpc files without leaving the editor!
1.0.0
Initial release of official DJPROCODE language support (Syntax Highlighting).