Ecosyste.ms: Awesome

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

https://github.com/pdemian/DEXEv3

A stack based bytecode interpreter in C
https://github.com/pdemian/DEXEv3

Last synced: about 2 months ago
JSON representation

A stack based bytecode interpreter in C

Lists

README

        

#DEXE

##Purpose
I made as an educational experience for myself.
It is a stack based bytecode interpreter.
There is no parser for this. I hand compiled all test files by hand.
DEXE stands for D EXEcutable. Not related to the D programming language. I started this project before I knew that the D language existed.

In case you're wondering, it's called v3 because it's the 3rd iteration.

##Examples

./dexe ../test/test.dexe
./dexe ../test/test2.dexe

##Compilation
On Windows:

cd src
compile

On Linux:

cd src
make