tomo/examples
2025-03-10 16:02:16 -04:00
..
base64 Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
colorful Fix/update colorful 2025-03-10 13:33:53 -04:00
game Fixes for examples 2025-03-10 13:42:57 -04:00
http Use defer in http module 2025-02-04 15:32:01 -05:00
ini Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
log Support iterating over pointers to collections again 2024-11-09 17:54:32 -05:00
threads Add a _ prefix on variables so it's easier to debug in GDB 2025-02-04 14:16:06 -05:00
tomo-install Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
tomodeps Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
vectors Add some vector methods 2025-03-10 16:02:16 -04:00
wrap Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
learnxiny.tm Fix learnxiny 2025-02-21 14:56:48 -05:00
README.md Add colorful DSL 2025-03-02 00:07:54 -05:00

Example Programs

  • base64: A base64 encoding/decoding library.
  • colorful: A DSL useful for rendering terminal colors.
  • 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.