mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
some cleanup
This commit is contained in:
parent
5c6ade6cbb
commit
000f17b97e
6 changed files with 22 additions and 30 deletions
|
|
@ -7,11 +7,7 @@ import { typeck } from "./typeck";
|
|||
|
||||
const input = `
|
||||
function main() = (
|
||||
let a = 0 in
|
||||
let b = a in
|
||||
let c = b in
|
||||
let d = c in
|
||||
d;
|
||||
let true = false in print(true)
|
||||
);
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue