From be738cc2b75f4849988255c382fd00ca6ccac9f0 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sat, 4 Jun 2022 02:32:44 +0300 Subject: [PATCH] remove mention of precompiled.bqn in readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4a4aa871..cc740e37 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Macros that you may want to define are listed in `src/h.h`. - A specific build type can be cleaned by adding `clean=1` to the make argument list. Similarly, adding `builddir=1` will give you the build directory. - Tests can be run with `./BQN path/to/mlochbaum/BQN/test/this.bqn` (add `-noerr` if using `make heapverify`). -- Test precompiled expression: `some-other-bqn-impl ./precompiled.bqn path/to/mlochbaum/BQN "$PATH" '2+2'` - [Some implementation docs](https://github.com/dzaima/CBQN/tree/master/src#readme) ## License