Skip to content

golok727/vm-from-night

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing around with things

Build vm

chmod +x build_vm.sh
./build_vm.sh

Test simple program

rustc main.rs -L ./vm/lib -l static=vm -o ./target/main 
./target/main

use .thing file

chmod +x ./compiler.mjs

./compiler.mjs ./thing/code.thing # jit
./compiler.mjs ./thing/code.thing run # jit

./compiler.mjs ./thing/code.thing compile && ./target/code # compiled

About

🙂

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published