Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 226 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 226 Bytes

A simple project of c analyzer(lexer and parser)

Compiling

git clone https://github.com/cassioalmeidas/cAnalyzer
cd cAnalyzer
make

Running

cd cAnalyzer
./cAnalyzer < examples/ok/bubblesort.c