Skip to content

hagenduk/Compilerbau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIB: http://uthash.sourceforge.net/utlist.html

1) flex XXX.l -> lex.yy.c
2) bison XXX.y –d -> XXX.tab.h, XXX.tab.c
3) gcc –o MYCOMPILER XXX.tab.c lex.yy.c –lfl -> MYCOMPILER

Releases

No releases published

Packages

No packages published