WIP: Add Function Literal Syntax to Ona Script
b9f03b34c1
Add argument resolving to functions
f5ed4bbcad
Add support for basic lambda syntax
0e26b8acde
Merge pull request 'Make Local Declarations Explicit' (#38) from kym-explicit-local-declarations into main
960d022d03
Add read-only storage class for locals
83fa162ba8
Make local declarations require "var" prefix
Make Local Declarations Explicit
WIP: Make Local Declarations Explicit
1e3f676698
Merge pull request 'Implement Control Flow Statements in Kym' (#37) from kym-control-flow into main
77af4d067b
Fix > and == operators being miscompiled
c4916a4195
Clean up statement AST generation logic
08a63489b0
Add if / else
bb1e689c5a
Add while loops
Implement Control Flow Statements in Kym
77af4d067b
Fix > and == operators being miscompiled
c4916a4195
Clean up statement AST generation logic
08a63489b0
Add if / else