kayomn opened issue kayomn/ona#14 2023-06-03 22:20:45 +02:00
Make Compiled Kym Chunk Objects Callable
kayomn deleted branch kym-object-alloc-fix from kayomn/ona 2023-06-03 22:07:21 +02:00
kayomn pushed to main at kayomn/ona 2023-06-03 22:07:20 +02:00
9eadd30aa5 Merge pull request 'Kym Object Allocation Fix' (#13) from kym-object-alloc-fix into main
d8077d782d Amend code review comments
713f9bb08c Implement slab map data structure
55d281bdfa Remove debug printing in Tokenizer
Compare 4 commits »
kayomn merged pull request kayomn/ona#13 2023-06-03 22:07:19 +02:00
Kym Object Allocation Fix
kayomn pushed to kym-object-alloc-fix at kayomn/ona 2023-06-03 22:05:51 +02:00
d8077d782d Amend code review comments
kayomn commented on pull request kayomn/ona#13 2023-06-03 22:03:38 +02:00
Kym Object Allocation Fix

free_index should be reset in here as well, otherwise re-uses of the data structure in future will have a corrupt initial state.

kayomn commented on pull request kayomn/ona#13 2023-06-03 22:03:38 +02:00
Kym Object Allocation Fix

Overly wordy comment

kayomn commented on pull request kayomn/ona#13 2023-06-03 22:03:38 +02:00
Kym Object Allocation Fix

Comment could do with clarification.

kayomn commented on pull request kayomn/ona#13 2023-06-03 22:03:38 +02:00
Kym Object Allocation Fix

Slab map type.

kayomn created pull request kayomn/ona#13 2023-06-03 21:57:50 +02:00
Kym Object Allocation Fix
kayomn created branch kym-object-alloc-fix in kayomn/ona 2023-06-03 21:56:03 +02:00
kayomn pushed to kym-object-alloc-fix at kayomn/ona 2023-06-03 21:56:03 +02:00
713f9bb08c Implement slab map data structure
55d281bdfa Remove debug printing in Tokenizer
Compare 2 commits »
kayomn opened issue kayomn/ona#12 2023-06-03 16:59:39 +02:00
Track Allocations in the Ona Allocator
kayomn commented on issue kayomn/ona#10 2023-06-03 16:54:46 +02:00
Expression parsing

Closed by #11

kayomn closed issue kayomn/ona#10 2023-06-03 16:54:46 +02:00
Expression parsing
kayomn deleted branch array-table-literal-expressions from kayomn/ona 2023-06-03 16:18:32 +02:00
kayomn merged pull request kayomn/ona#11 2023-06-03 16:18:22 +02:00
Array and Table Literal Expressions for Kym
kayomn pushed to main at kayomn/ona 2023-06-03 16:18:22 +02:00
4b1ac14569 Merge pull request 'Array and Table Literal Expressions for Kym' (#11) from array-table-literal-expressions into main
bff3db0720 Strength compile-time guarantees of AST operators
071d890391 Fix Kym error messages
07a515a81f Tidy up and fix data structures
27b809f2c5 Add Kym parsing support for array literals
Compare 8 commits »
kayomn pushed to array-table-literal-expressions at kayomn/ona 2023-06-03 16:16:08 +02:00
bff3db0720 Strength compile-time guarantees of AST operators
kayomn pushed to array-table-literal-expressions at kayomn/ona 2023-06-03 16:04:46 +02:00
071d890391 Fix Kym error messages