Skip to content

wichtounet/eddivm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDDI Virtual Machine

The virtual machine of the EDDI programming language.

Building

To build the virtual machine, you need to install the eddi-commons library.

Then, you juste have to use make to build the compiler :

$ git clone git://github.com/wichtounet/eddivm.git
$ cd eddivm
$ make

Usage

You can run an EDDI compiled file using the virtual machine easily, for example:

$ cd eddivm
$ ./bin/eddic compiled.v

That will run the compiled.v file.

You can compile EDDi source file using the EDDI compiler (eddic).

Troubleshooting

Please consider using Github issues tracker to submit bug reports or feature requests. You can also contact me via my website.

License

This project is distributed under the Boost Software License 1.0. See LICENSE_1_0.txt for details.