mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
error recovery!
This commit is contained in:
parent
c0c08488ba
commit
ef04f21100
18 changed files with 799 additions and 366 deletions
7
test.nil
7
test.nil
|
|
@ -1,6 +1,11 @@
|
|||
type A = struct { a: Int };
|
||||
|
||||
function main() = (
|
||||
let a = A { a: 0 };
|
||||
let a: Int = "";
|
||||
let b: Int = "";
|
||||
c;
|
||||
);
|
||||
|
||||
function rawr(a: *A) = (
|
||||
a.a = 1;
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue