diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-12-30 20:51:03 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-12-30 20:51:03 +0100 |
commit | adaf25f7dda9a59600b1c19681c582c5ae3e4786 (patch) | |
tree | 79b0872a49f45e0cd38518233ba58fe3fe1da275 | |
parent | 4f3d72475537b66e870894cdd4c6abcbb102ecc1 (diff) | |
download | uwu-nolambda-adaf25f7dda9a59600b1c19681c582c5ae3e4786.tar.xz |
Document build process
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,6 +1,20 @@ # nolambda nolambda is a collection of native [uwu](https://github.com/EliasFleckenstein03/uwulang) modules that break the lambda paradigm, such as linear execution, I/O, globals etc. +## Building + +Make sure the submodules are checked out: + +```sh +git submodule update --init +``` + +Build: + +```sh +make uwu_include_path=/path/to/uwulang/repo +``` + ## Modules ### `nolambda:flow` |