This is a simple language for studying a compiler.
root ├─backend // the backend source code ├─frontend // the frontend source code └─vm // the VM source code
Working on it...
This is a simple compiler for studying