CS143-Lab/assignments/PA3/stdparser
2023-03-22 21:35:26 +08:00

2 lines
55 B
Bash
Executable File

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