CS143-Lab/assignments/PA3/myparser
2023-03-22 16:34:16 +00:00

3 lines
40 B
Bash
Executable File

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