kayomn pushed to kym-string-interpolation at kayomn/ona 2023-11-06 21:55:37 +01:00
eb9552c390 Merge compiler into Chunk.zig
83680607b7 Fix arity check error message formatting
Compare 2 commits »
kayomn pushed to main at kayomn/ona 2023-11-06 00:47:38 +01:00
8f3a33a52b Merge pull request 'Improve Kym Run-TIme Errors' (#45) from better-kym-runtime-errors into main
19e1fb2634 Streamline arity detection
75ddf3f2bb Add line numbers to stack traces
00631e66a5 Make named lambdas report their names in errors
fd15903260 Fix recursive to_string calls
Compare 6 commits »
kayomn deleted branch better-kym-runtime-errors from kayomn/ona 2023-11-06 00:47:38 +01:00
kayomn merged pull request kayomn/ona#45 2023-11-06 00:47:37 +01:00
Improve Kym Run-TIme Errors
kayomn closed issue kayomn/ona#17 2023-11-06 00:47:37 +01:00
Improve Kym Runtime Errors
kayomn pushed to better-kym-runtime-errors at kayomn/ona 2023-11-06 00:46:37 +01:00
19e1fb2634 Streamline arity detection
kayomn pushed to better-kym-runtime-errors at kayomn/ona 2023-11-05 23:46:33 +01:00
75ddf3f2bb Add line numbers to stack traces
kayomn created pull request kayomn/ona#45 2023-11-05 17:25:25 +01:00
WIP: Improve Kym Run-TIme Errors
kayomn pushed to better-kym-runtime-errors at kayomn/ona 2023-11-05 17:24:13 +01:00
00631e66a5 Make named lambdas report their names in errors
kayomn created branch better-kym-runtime-errors in kayomn/ona 2023-11-05 17:24:04 +01:00
kayomn pushed to better-kym-runtime-errors at kayomn/ona 2023-11-05 17:24:04 +01:00
fd15903260 Fix recursive to_string calls
8b0182f03c add dynamic to_string support to dynamic object typeinfo
Compare 2 commits »
kayomn commented on issue kayomn/ona#28 2023-11-05 16:56:03 +01:00
Performance Problems in the Kym Runtime Heap

Removing this as a requirement of the scripting MVP.

kayomn commented on issue kayomn/ona#40 2023-11-05 16:55:39 +01:00
Ona Script Leak Detection

Removing this as a required feature of the first scripting MVP.

kayomn commented on issue kayomn/ona#42 2023-11-05 16:54:56 +01:00
Constant Folding for Let Variables in Ona Script

Removing this as a milestone for the scripting MVP.

kayomn commented on issue kayomn/ona#41 2023-11-05 16:53:31 +01:00
Ona Script Closures

Resolved as part of #44.

kayomn closed issue kayomn/ona#41 2023-11-05 16:53:31 +01:00
Ona Script Closures
kayomn merged pull request kayomn/ona#44 2023-11-05 16:52:52 +01:00
Closures, Higher-Order Functions, and Everything in Between
kayomn pushed to main at kayomn/ona 2023-11-05 16:52:52 +01:00
03a8abc5dd Merge pull request 'Closures, Higher-Order Functions, and Everything in Between' (#44) from kym-captures into main
816051f066 Amend code review
c86173d759 Fix bugs with n+1-nested closures
88ff2a64b6 Make arguments read-only
880761a722 Implement closures
Compare 5 commits »
kayomn deleted branch kym-captures from kayomn/ona 2023-11-05 16:52:52 +01:00
kayomn pushed to kym-captures at kayomn/ona 2023-11-05 16:51:33 +01:00
816051f066 Amend code review