takoeight0821 / hoc_nyan

tiny c compiler written in c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hoc_nyan

A toy c compiler. Tested on Arch Linux.

Build

Run make to build by gcc:

$ make

Run make to build by hoc:

$ make build_g1

Test

$ make test

Author

Yuya Kono (takohati0821@gmail.com)

About

tiny c compiler written in c

License:MIT License


Languages

Language:C 98.3%Language:Makefile 0.9%Language:Shell 0.8%