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
|
a0d75b3c70
|
Updated and revised some tests
|
2026-05-19 11:24:49 +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
|
9a75226491
|
Implemented the attribute operator, using a period
|
2026-04-24 11:31:54 +10:00 |
|