float literals

This commit is contained in:
2026-04-11 23:12:25 +02:00
parent 3fd4fcd062
commit 3c5a29633b
8 changed files with 83 additions and 45 deletions

View File

@@ -28,8 +28,6 @@ func run_test[x: str] : void
let run_cmd: str = "./out"
if str.equal(x, "examples/curl.zr")
run_cmd = str.concat(run_cmd, " http://example.com")
else if str.equal(x, "examples/tokenizer.zr")
run_cmd = str.concat(run_cmd, " test.zr")
let run_start_time: i64 = os.time()
if must(os.run_shell_command?(run_cmd)) != 0