From d893b6e51f85de77d2af1b3fa9b7bccbd27fc39d Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 30 Mar 2021 13:57:27 +0300 Subject: [PATCH] more readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ecc937bb..e36277e8 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,12 @@ build/run: 2. optionally choose what to build by changing `src/main.c` 3. `./build` (or `./debugBuild` for a quicker unoptimized build) 4. `./BQN` + +Time safe prim tests with self-hosted compiler: + +`time ./primSafe.bqn path/to/mlochbaum/BQN | ./BQN` + +Test precompiled safe prim tests: + +1. uncomment [this](https://github.com/dzaima/CBQN/blob/528279b8e3e0fb108868f47b7bdfe772c26f10c3/src/main.c#L101-L106) +2. `./test.bqn path/to/mlochbaum/BQN "$PATH"` \ No newline at end of file