🐛 fix bug in json.cpp & add std/argparse.nas

This commit is contained in:
ValKmjolnir
2023-12-07 00:04:41 +08:00
parent a2c738d4c7
commit 8e0d1e18e1
26 changed files with 115 additions and 16 deletions

View File

@@ -237,6 +237,7 @@ clean:
.PHONY: test
test:nasal
@ ./nasal test/argparse_test.nas
@ ./nasal -e test/ascii-art.nas
@ ./nasal -t -d test/bfs.nas
@ ./nasal -t test/bigloop.nas