diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-06 12:33:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-06 12:33:18 -0400 |
| commit | 507b6df5c0f629f99692ebff929e00ead3945a79 (patch) | |
| tree | 75f95f9f32f45b22701ec5ea4b220251c3ebb945 /examples/README.md | |
| parent | a7c1d27b09e334d8239185b5da3f98c92294992c (diff) | |
Document coroutine
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index 0a558fa6..e6314450 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,7 @@ # 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. |
