Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 362 Bytes

TINY Compiler

This is a compiler of simplified TINY language written by C.

How to start?

Operating Environment:

Language OS Compiler
C Windows MinGW

Run this in the PowerShell or terminal:

cd build/
make clean
make lexer
make testl