update readme

This commit is contained in:
crumbtoo
2023-12-14 14:27:16 -07:00
parent bc3bd92c43
commit 585130cfac

View File

@@ -19,10 +19,8 @@ $ cabal test --test-show-details=direct
### Use
```sh
# Compile and evaluate t.hs
$ rlpc t.hs
# Compile and evaluate t.hs, with evaluation info dumped to stderr
$ rlpc -ddump-eval t.hs
# Compile and evaluate examples/factorial.hs, with evaluation info dumped to stderr
$ rlpc -ddump-eval examples/factorial.hs
# Compile and evaluate t.hs, with evaluation info dumped to t.log
$ rlpc -ddump-eval -l t.log t.hs
# Print the raw structure describing the compiler options and die