Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- yacc -d parser.y
- g++ -c -o parser.o y.tab.c
- lex -t linkin.l > linkin.c
- g++ -c -o linkin.o linkin.c
- g++ -o pr linkin.o parser.o -ll -ly
- clear
- ./pr
- <input_file> <output_file_1> <output_file_2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement