No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

comp.sh 145B

1234
  1. bison -d -t as.y -v
  2. flex al.lex
  3. gcc as.tab.c lex.yy.c ../Symboles/tab_instruc.c ../Symboles/table_symboles.c -ll -o a.exe
  4. cat ./ProgC | ./a.exe