Kayne Ruse
|
af30246e0c
|
Implemented array.forEach(fn)
|
2026-04-26 11:59:15 +10:00 |
|
Kayne Ruse
|
0c24a7609e
|
Added the following attributes:
* table.length
* table.insert(key,value)
* table.hasKey(key)
* table.remove(key)
There's basically only iteration and sorting left.
|
2026-04-24 23:01:57 +10:00 |
|
Kayne Ruse
|
88e9794952
|
Implemented the following attributes:
* String.length
* String.asUpper
* String.asLower
* array.length
* array.pushBack(x)
* array.popBack()
The remaining attributes are listed in 'toy_attributes.h'
|
2026-04-24 17:33:10 +10:00 |
|
Kayne Ruse
|
accb7f9fb4
|
Started work on an AST inspector
|
2026-04-22 15:57:55 +10:00 |
|