Kayne Ruse
|
b312c0d8a3
|
Added floor, ceil and sqrt to the standard library
|
2026-05-27 12:24:20 +10:00 |
|
Kayne Ruse
|
3e115095d6
|
Added 'min' and 'max' as standard functions
Also fixed floating point printing with sprintf
|
2026-05-27 10:53:01 +10:00 |
|
Kayne Ruse
|
750ebd1f99
|
Added 'range' to standard library, adjusted native functions
|
2026-05-20 13:48:52 +10:00 |
|
Kayne Ruse
|
53d3606c7e
|
Found and fixed some obscure leaks in 'Toy_Scope'
|
2026-05-10 17:35:07 +10:00 |
|
Kayne Ruse
|
af30246e0c
|
Implemented array.forEach(fn)
|
2026-04-26 11:59:15 +10:00 |
|
Kayne Ruse
|
88100b128a
|
Implemented native C functions called from Toy scripts
There's only example functions for now, but I'll add type-specific
functions later.
|
2026-04-16 21:14:42 +10:00 |
|