tomo/examples
2024-09-12 03:29:04 -04:00
..
game Add Makefile 2024-09-08 20:34:26 -04:00
coroutine.tm Example coroutine library 2024-09-06 12:29:36 -04:00
example.ini Add example 2024-09-06 12:19:52 -04:00
http.tm Add http example 2024-09-12 03:29:04 -04:00
ini.tm Fix up ini example 2024-09-09 15:02:47 -04:00
log.tm Added logging utility 2024-09-12 02:25:17 -04:00
README.md Add http example 2024-09-12 03:29:04 -04:00
tomodeps.tm Improve tool 2024-09-09 17:04:46 -04:00
vectors.tm Bugfixes 2024-09-08 19:33:49 -04:00
wrap.tm Improve wrap example and fix it to no longer use files module 2024-09-09 15:28:48 -04:00

Example Programs

  • coroutine.tm: A library for coroutines similar to Lua's (using libaco).
  • game/: An example game using raylib.
  • http.tm: An HTTP library to make basic synchronous HTTP requests.
  • ini.tm: An INI configuration file reader tool.
  • log.tm: A logging utility.
  • vectors.tm: A math vector library.
  • wrap.tm: A command-line program to wrap text.