Microcontroller Port of CBQN
| src | ||
| .gitignore | ||
| build | ||
| buildg | ||
| cc.bqn | ||
| debugBuild | ||
| genRuntime | ||
| LICENSE | ||
| precompiled.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 ./test.bqn path/to/mlochbaum/BQN -s prim | ./BQN
Test precompiled safe prim tests:
- uncomment this
./precompiled.bqn path/to/mlochbaum/BQN "$PATH"
Any file without an explicit copyright message is copyright (c) 2021 dzaima, GNU GPLv3 - see LICENSE