mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 08:55:04 +01:00
reference counting
This commit is contained in:
parent
d9ab81bed1
commit
9ece18a48a
18 changed files with 477 additions and 159 deletions
|
|
@ -2,7 +2,7 @@ import { TY_INT, TY_STRING, TY_UNIT } from "./ast";
|
|||
import { Span } from "./error";
|
||||
import { InferContext } from "./typeck";
|
||||
|
||||
const SPAN: Span = Span.startOfFile({content: ""});
|
||||
const SPAN: Span = Span.startOfFile({ content: "" });
|
||||
|
||||
it("should infer types across assignments", () => {
|
||||
const infcx = new InferContext();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue