Skip to content

callisto-lang/calvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalVM

CalVM is a 32-bit virtual machine written in fully portable C, which allows it to run Callisto programs on platforms that Callisto does not support (that is when Callisto can compile to CalVM)

Get

git clone https://github.com/callisto-lang/calvm --recursive

Compile

make

Or

cc source/*.c -std=c99 -o calvm

About

Callisto VM - A very portable 32 bit VM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published