chez-exe
chez-exe copied to clipboard
Chez Scheme self hosting executable
My laptop is running 64-bit Windows 10, and I have latest VS 2017 Community Edition installed. I just built 64-bit, multithreaded Chez Scheme with these commands: > env OS=Windows_NT ./configure...
### Flake.nix allows to simplify the build of compile-chez-program, full-chez.a, and petite-chez.a. ``` cd repoRoot nix build # result contains the bin and lib folder ls -ahl result ``` ###...
`--debug-level 0|1|2|3` controls the chez parameter `debug-level`. `--commonization-level 0|1|...|9` controls the chez parameter `commonization-level`. `--compile-profile source|block` controls the chez parameter `compile-profile`. `--compile-all-expressions` sets the chez parameter `compile-interpret-simple` to #f. `--undefined-variable-warnings`...
I've done such things: 1. Merge #18 to make chez-exe compatible to Chez scheme 10.0.0; 2. Largely alter #17 's flake.nix in order to make c compile tool chain work...