mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-06 00:40:11 +10:00
88e9794952
* String.length * String.asUpper * String.asLower * array.length * array.pushBack(x) * array.popBack() The remaining attributes are listed in 'toy_attributes.h'
Tests
- benchmarks - for comparint Toy's performance against other languages
- scripts - for checking Toy's implementation works as expected
- units - for checking the functionality of a single unit of code