Fix syntax errors in compiler and clean up debug output
This commit is contained in:
parent
35a4fb7fef
commit
80caf6412c
19 changed files with 243 additions and 0 deletions
5
run-tests.sh
Executable file
5
run-tests.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Simple script to run all compiler tests
|
||||
echo "Running all tests..."
|
||||
node test-harness.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue