rc #13

Merged
crumbtoo merged 196 commits from dev into main 2024-02-13 13:22:23 -07:00
Showing only changes of commit 585130cfac - Show all commits

View File

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