You are on page 1of 1

CINUX COMPILER

To be used on fedora and other such LINUX


flavours which support flex, yacc and gtk packages.

FILES INCLUDED

Lexical analysis file lex.l


Syntax + Semantic analysis file yacc.y
GUI window.c
Example files abc.txt, as2.c, win.c, test2.c, xn.c

EXECUTION INSTRUCTIONS For YACC and FLEXI.


II.
III.
IV.

yacc d yacc.l
lex lex.l
cc lex.yy.c y.tab.c lfl
./a.out

To compile gtk1.c type $ gcc window.c -o ash `pkg-config --cflags --libs gtk+2.0`
To run this program $ ./ash

You might also like