vm-language
There are 6 repositories under vm-language topic.
ghaiklor/nand-2-tetris
Computer built from the ground up on top of own CPU, while compiler and assembler for it implemented in Rust language
xemantic/java-2-times-faster-than-c
An inquiry into nondogmatic software development. An experiment showing double performance of the code running on JVM comparing to equivalent native C code.
Crtrpt/monkeygo
用go实现一个语言
OscarNaslundCuesta/nand2tetris
Completed nand2tetris part 1 & 2 as part of the course Computer Systems from KTH. Langauges: Hardware description language (hdl), Assembly (Hack), Python, VM-language
iinsertNameHere/MVM
A multi platform vm with own assembly language.
DenverCoder1/Jack-to-Hack-Compiler-Ceylon
Jack to Hack Compiler in Ceylon completed for Fundamentals of Programming Languages Course, 2020-2021.