From d8ed47bbb752810d555af2e495a9a6bb0997185c Mon Sep 17 00:00:00 2001 From: msydneyslaga <118566473+msydneyslaga@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:42:25 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b0784..3481c9e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -# rlp +# rl' `rlp` (ruelang') will be a lazily-evaluated purely-functional language heavily imitating Haskell. +### Build Info +```sh +$ cabal build # build the rlpc compiler +$ cabal install # install rlpc to $PATH +$ cabal haddock # build the API docs w/ haddock +$ make -C docs html # build the primary docs w/ sphinx +``` + ### Potential Features Listed in order of importance. - [ ] ADTs