CS143-Lab/assignments/PA4/mysemant
2023-03-24 11:56:17 +00:00

3 lines
52 B
Bash
Executable File

#!/bin/bash
./lexer $* | ./parser $* | ./semant $*