mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-02-23 16:29:03 +00:00
10 lines
264 B
Bash
Executable File
10 lines
264 B
Bash
Executable File
#!/bin/sh
|
|
|
|
falderal --substring-error \
|
|
"tests/SixtyPical Syntax.md" \
|
|
"tests/SixtyPical Analysis.md" \
|
|
"tests/SixtyPical Storage.md" \
|
|
"tests/SixtyPical Control Flow.md" \
|
|
"tests/SixtyPical Fallthru.md" \
|
|
"tests/SixtyPical Compilation.md"
|