bibekdahal / Zero-X

A very simple, unoptimized compiler built with less than thousand lines of code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zero-X

One of first compiler design projects. It can compile any Zero-X programs and generate executables out of them.

The compiler is very simple and unoptimized but shows how to parse a program and translate to low level language in very few lines of code.

About

A very simple, unoptimized compiler built with less than thousand lines of code


Languages

Language:C++ 100.0%