mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 00:45:04 +01:00
Start lowering
This commit is contained in:
parent
8b424c0add
commit
87f081a4fe
5 changed files with 33 additions and 25 deletions
|
|
@ -76,7 +76,7 @@ function parseItem(t: Token[]): [Token[], Item] {
|
|||
|
||||
const def: FunctionDef = {
|
||||
name: name.ident,
|
||||
args,
|
||||
params: args,
|
||||
returnType,
|
||||
body,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue