infraredCoding / tac-compiler

A compiler written in C, basically going through a tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler for TAC

This is a compiler written in C for tac, a custom programming language. I'm building this by following along this tutorial by Ianertson: Make a compiler. This is a fun hobby project that MUST NOT be taken seriously.

About

A compiler written in C, basically going through a tutorial


Languages

Language:C 89.2%Language:Makefile 10.8%