Compilateur/Analyse_Lexicale/comp.sh
2021-03-12 10:48:32 +01:00

5 lines
61 B
Bash
Executable file

bison -d as.y
flex al.lex
gcc *.c -ly
cat progC | ./a.out