Files
Toy/tests
Ratstail91 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
..
2026-04-12 08:55:15 +10:00
2026-04-24 12:46:27 +10:00
2026-04-12 08:42:06 +10:00

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