EclairVM is a stack-based virtual machine for Eclairscript.
Important
This project is currently in a very early development stage.
Not all VM features are implemented yet, and APIs may change frequently.
- Bytecode decoding
- Nothing more ๐๐
Note
This is not fully implemented yet! As mentioned above, this project is still in a very early development stage.
evm file.ebyte
The .ebyte file is currently just a plain text file containing bytecode.
Later on, the .eclair file extension will be introduced.
A .eclair file will be a compressed archive containing all the bytecode required to run the program.
Dynamic linking will also be added later ๐น.
Eclairscript has its own repository.