Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 166 Bytes

readme.md

File metadata and controls

14 lines (11 loc) · 166 Bytes

C Parser

This is a parser of a C subset made in C.

To compile:

gcc analex.h anasin.h main.c -o anasin

To execute:

./anasin input.txt