]> git.lizzy.rs Git - uwu-nolambda.git/commitdiff
Add ToDo notice
authorElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 31 Dec 2021 10:53:40 +0000 (11:53 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 31 Dec 2021 10:53:40 +0000 (11:53 +0100)
README.md

index f8afb9e9c7a870fb08d2cc4120d6aaca209de73c..05f7d177219499de827c52c49e45496f428573b5 100644 (file)
--- 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.