Skip to content

CuriousGeorgiy/nano-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano GCC

This is a toy compiler toolchain, consisting of a front-end, back-end, assembler and disassembler.

Under the hood, a C-like language is parsed to a universal AST by the front-end, then translated to my toy virtual machine commands by the back-end, and finally translated to my toy virtual machine bytecode by the assembler. The bytecode can be disassembled using the corresponding tool.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published