mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
make it a wasi executable
This commit is contained in:
parent
8dd7c174ee
commit
1d0e3a3aff
7 changed files with 87 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ import {
|
|||
} from "./ast";
|
||||
|
||||
export function printAst(ast: Ast): string {
|
||||
return ast.map(printItem).join("\n");
|
||||
return ast.items.map(printItem).join("\n");
|
||||
}
|
||||
|
||||
function printItem(item: Item): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue