Skip to content

pdemian/DEXEv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

A stack based bytecode interpreter in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published