aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
blob: e63144503afbb1277dbbb70e7fa812e376737c4e (plain)
1
2
3
4
5
6
7
8
# Example Programs

- [coroutine.tm](coroutine.tm): A library for coroutines similar to Lua's
  (using [libaco](https://libaco.org)).
- [file.tm](file.tm): A file handling module.
- [ini.tm](ini.tm): An INI configuration file reader tool.
- [vectors.tm](vectors.tm): A math vector library.
- [wrap.tm](wrap.tm): A command-line program to wrap text.