Files
c3c/resources/grammar/check_grammar.sh
2024-09-14 23:13:06 +02:00

6 lines
99 B
Bash
Executable File

for fn in `find ../../../c3c -name '*.c3' | sort`
do
echo -n $fn
cat $fn | ./c3yacc
done