ability to run code and check output in tests

This commit is contained in:
2024-12-28 13:19:15 -08:00
parent 95f90c8698
commit a6e68ac2a2
62 changed files with 459 additions and 31 deletions

View File

@@ -16,6 +16,9 @@ build/exec/newt.min.js: ${SRCS}
test: build/exec/newt
scripts/test
aoctest: build/exec/newt
scripts/aoc
vscode:
cd newt-vscode && vsce package && code --install-extension *.vsix