Skip to content

VassilisPallas/cparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cparser

a simple parser for C programs

write in terminal: flex parse.l (this is auto generate a file named lex.yy.c)

then write: for Linux: gcc lex.yy.c -o parse , for Windows: gcc lex.yy.c -o parse.exe

(this command will create the executable file named parse)

and then run the program writing in the terminal: for Linux: ./parse , for Windows: parse.exe

Releases

No releases published

Packages

No packages published

Languages