Microcontroller Port of CBQN
Go to file
2021-04-27 23:35:01 +03:00
src •Out and •Show 2021-04-27 23:35:01 +03:00
.gitignore ignore src/formatter 2021-04-02 14:32:38 +03:00
build GC 2021-04-14 19:11:19 +03:00
cc.bqn new cc.bqn 2021-04-26 10:04:32 +03:00
debugBuild GC 2021-04-14 19:11:19 +03:00
genRuntime genRuntime 2021-04-02 14:31:47 +03:00
LICENSE license 2021-04-20 14:26:56 +03:00
precompiled.bqn clean up test stuff 2021-04-22 16:16:59 +03:00
README.md clean up test stuff 2021-04-22 16:16:59 +03:00
test.bqn clean up test stuff 2021-04-22 16:16:59 +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 ./test.bqn path/to/mlochbaum/BQN -s prim | ./BQN

Test precompiled safe prim tests:

  1. uncomment this
  2. ./precompiled.bqn path/to/mlochbaum/BQN "$PATH"

Any file without an explicit copyright message is copyright (c) 2021 dzaima, GNU GPLv3 - see LICENSE