/The-Tiny-C-Compiler

Lex와 Yacc로 만든 C 컴파일러인 척 하는 무언가

Primary LanguageLex

The-Tiny-C-Compiler

Requirement

  • Linux
  • gcc
  • lex & yacc (or sort of that things.)

Build

git clone https://github.com/anteater333/The-Tiny-C-Compiler.git
make; make clean

Usage

ttcc < [target_C_source]