Mixfix operators

This commit is contained in:
2024-11-09 22:11:58 -08:00
parent 6abd97ee85
commit 91bb79a998
13 changed files with 250 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
for i in tests/black/*.newt; do
for i in tests/black/*.newt playground/samples/*.newt; do
./build/exec/newt $i
if [ $? != "0" ]; then
echo FAIL $i