tomo/examples
2024-12-07 16:04:25 -05:00
..
base64 Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
game Support iterating over pointers to collections again 2024-11-09 17:54:32 -05:00
http Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
ini Bring back table[key] syntax 2024-11-30 15:50:54 -05:00
log Support iterating over pointers to collections again 2024-11-09 17:54:32 -05:00
threads Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
tomo-install Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
tomodeps Bring back table[key] syntax 2024-11-30 15:50:54 -05:00
vectors Switch NaN to be identical to the null value 2024-11-24 16:13:23 -05:00
wrap Make the compiler stricter about not promoting local value variables to 2024-11-09 17:26:01 -05:00
learnxiny.tm Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
README.md Add base64 lib 2024-11-04 01:33:54 -05:00

Example Programs

  • base64: A base64 encoding/decoding library.
  • game: An example game using raylib.
  • http: An HTTP library to make basic synchronous HTTP requests.
  • ini: An INI configuration file reader tool.
  • learnxiny.tm: A quick overview of language features in the style of learnxinyminutes.com.
  • log: A logging utility.
  • vectors: A math vector library.
  • wrap: A command-line program to wrap text.