13 lines
612 B
Markdown
13 lines
612 B
Markdown
# Example Programs
|
|
|
|
- [coroutine.tm](coroutine.tm): A library for coroutines similar to Lua's
|
|
(using [libaco](https://libaco.org)).
|
|
- [game/](game/): An example game using raylib.
|
|
- [http.tm](http.tm): An HTTP library to make basic synchronous HTTP requests.
|
|
- [ini.tm](ini.tm): An INI configuration file reader tool.
|
|
- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
|
|
style of [learnxinyminutes.com](https://learnxinyminutes.com/).
|
|
- [log.tm](log.tm): A logging utility.
|
|
- [vectors.tm](vectors.tm): A math vector library.
|
|
- [wrap.tm](wrap.tm): A command-line program to wrap text.
|