Advertisement
LinKin

commnd

Dec 19th, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. yacc -d parser.y
  2. g++ -c -o parser.o y.tab.c
  3. lex -t linkin.l > linkin.c
  4. g++ -c -o linkin.o linkin.c
  5. g++ -o pr linkin.o parser.o -ll -ly
  6. clear
  7. ./pr
  8.  <input_file> <output_file_1> <output_file_2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement