tomo/examples
2024-09-09 16:54:20 -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
ini.tm Fix up ini example 2024-09-09 15:02:47 -04:00
README.md Remove example module for files 2024-09-09 14:48:24 -04:00
tomodeps.tm Fix up tomodeps example 2024-09-09 16:54:20 -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.
  • ini.tm: An INI configuration file reader tool.
  • vectors.tm: A math vector library.
  • wrap.tm: A command-line program to wrap text.