Microcontroller Port of CBQN
Go to file
2021-04-03 17:17:11 +03:00
src no more varargs 2021-04-03 17:17:11 +03:00
.gitignore ignore src/formatter 2021-04-02 14:32:38 +03:00
asmBuild 1 2021-03-30 00:58:56 +03:00
build 1 2021-03-30 00:58:56 +03:00
cc.bqn make non-varargs the default array creation method 2021-04-01 12:37:47 +03:00
debugBuild 1 2021-03-30 00:58:56 +03:00
genRuntime genRuntime 2021-04-02 14:31:47 +03:00
primSafe.bqn primSafe.bqn 2021-03-30 13:50:37 +03:00
README.md more readme 2021-03-30 13:57:27 +03:00
test.bqn primSafe.bqn 2021-03-30 13:50:37 +03:00

build/run:

  1. ./genRuntime path/to/mlochbaum/BQN
  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
  2. ./test.bqn path/to/mlochbaum/BQN "$PATH"