mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
UI test error annotations!
This commit is contained in:
parent
5e7e99982d
commit
a0efca50e0
42 changed files with 437 additions and 694 deletions
|
|
@ -9,8 +9,9 @@ import { writeModuleWatToString } from "./wasm/wat";
|
|||
import fs from "fs";
|
||||
import { exec } from "child_process";
|
||||
import { Pkg, Built, Typecked } from "./ast";
|
||||
import { GlobalContext, parseArgs } from "./context";
|
||||
import { GlobalContext } from "./context";
|
||||
import { loadPkg } from "./loader";
|
||||
import { parseArgs } from "./options";
|
||||
|
||||
const INPUT = `
|
||||
type A = struct { a: Int };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue