Microcontroller Port of CBQN
| src | ||
| .gitignore | ||
| asmBuild | ||
| build | ||
| cc.bqn | ||
| debugBuild | ||
| genRuntime | ||
| primSafe.bqn | ||
| README.md | ||
| test.bqn | ||
build/run:
./genRuntime path/to/mlochbaum/BQN- optionally choose what to build by changing
src/main.c ./build(or./debugBuildfor a quicker unoptimized build)./BQN
Time safe prim tests with self-hosted compiler:
time ./primSafe.bqn path/to/mlochbaum/BQN | ./BQN
Test precompiled safe prim tests:
- uncomment this
./test.bqn path/to/mlochbaum/BQN "$PATH"