From 642f073b446cbcee3eb74bad72129fa37e4c6f46 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 8 Dec 2022 14:28:00 +0200 Subject: Fix fn call with zero arguments --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 056ef96..4a3538e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Summary -`MILCH` (or `Milch`, or `milch`) is a interpreted, dynamically typed functional programming language that has some Lisp-inspired syntax and Haskell-inspired semantics. Milch is german for 🥛. +`MILCH` (or `Milch`, or `milch`) is a interpreted, dynamically typed functional programming language that has some Lisp-inspired syntax and Haskell-inspired semantics. Milch is German for 🥛. I'm developing this language by myself as a hobby, and the spec is going to change all the time. Some features documented here might not yet be implemented. @@ -14,18 +14,19 @@ Check out the TODO ## Building -Install a Haskell toolchain with Stack and GHC. Run +Install a Haskell toolchain with Stack and GHC. To build and install the `milch` binary in your `PATH`, run: - stack build stack install -to build and install the `milch` binary in your `PATH`. - -Then, run +To see the help text, run: milch -h -to see the help text. +## Tests + +To run the test suite, run: + + stack test ## Author -- cgit v1.3