Implement first iteration of parser and write test scripts

This commit is contained in:
2024-10-25 13:33:31 +01:00
parent 63facb3954
commit 584e92c29c
6 changed files with 190 additions and 1 deletions

3
scripts/entr.sh Normal file
View File

@@ -0,0 +1,3 @@
cd "$(git rev-parse --show-toplevel)"
find . -not \( -path './.git' -prune \) -not \( -path './build' -prune \) \
| entr -s 'clear && sh scripts/build.sh && sh scripts/test.sh'