This repository was archived by the owner on Oct 25, 2020. It is now read-only.
harlanwei/c0_compiler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
See https://github.com/BUAA-SE-Compiling/c0-handbook for syntax. See https://github.com/BUAA-SE-Compiling/c0-vm-standards for VM instructions. See https://github.com/BUAA-SE-Compiling/c0-vm-cpp for a VM implementation. To build this compiler on Linux using `go v1.13`, go under this directory and run `build.sh`. =======================================DISCLAIMER======================================= This is only for demonstration purposes and should not be used in any production environment. ========================================================================================