aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-31 11:53:40 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-31 11:53:40 +0100
commit91291ade7978927af81e697c23d79cc6d263c25d (patch)
tree892fee71c1a2bba15812d590006b2f194c277739
parent18617f72b2790a53ec2b367515c46d7a3a06af51 (diff)
downloaduwu-nolambda-91291ade7978927af81e697c23d79cc6d263c25d.tar.xz
Add ToDo notice
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f8afb9e..05f7d17 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ make uwu_include_path=/path/to/uwulang/repo
## Modules
+The following modules are implemented: `nolambda:flow`, `nolambda:io`, `nolambda:fs`. The modules `nolambda:os`, `nolambda:global`, and `nolambda:random` are ToDo.
+
### `nolambda:flow`
- `nolambda:flow:linear`: Accepts an arbitrary number of arguments of arbitrary type, but at least one and evaulates all of them in order. Returns the last argument.