Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 142 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 142 Bytes

Compilers Proyect

A compiler built from scratch.

Requeriments

  • Flex

Run

lex _file_name_.l
cc _file_name_.yyc -lfl
./a.out