Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 212 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 212 Bytes

pasc500

a simple compiler

Execute

  • To execute the compiler run:
flex compiler.l
bison -v -d syntax.y 
gcc -o hashtbl.o -c hashtbl.c
gcc syntax.tab.c lex.yy.c hashtbl.o -lm
./a.out pasc500test1.p