Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 235 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 235 Bytes

About

This is a simple language for studying a compiler.

Structure

root
├─backend  // the backend source code
├─frontend // the frontend source code
└─vm       // the VM source code

Gramma

Working on it...