diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ # Inky See `program` for some examples. + +# Build Instructions + +1. Install `idris2` and the two libraries `collie` and `flap`. +2. `idris2 --build`. + +# Running + +- `inky format term` is a highly-opinionated, non-customizable code formatter. +- `inky check term` type checks an expression, assuming its type is synthesizable. +- `inky compile term` compiles a term to Guile Scheme. |