CS143-Lab/assignments/PA4J/mysemant
2023-03-16 15:55:37 +00:00

3 lines
54 B
Tcsh
Executable File

#!/bin/csh -f
./lexer $* | ./parser $* | ./semant $*