Microcontroller Port of CBQN
|
|
||
|---|---|---|
| obj | ||
| src | ||
| .gitignore | ||
| build | ||
| buildg | ||
| cc.bqn | ||
| debugBuild | ||
| genRuntime | ||
| genRuntimeSrc | ||
| LICENSE | ||
| makefile | ||
| precompiled.bqn | ||
| README.md | ||
| test.bqn | ||
build/run:
./genRuntime path/to/mlochbaum/BQN- Optionally choose what to build by changing
src/h.h make
- Options:
make o3,make debug(make rtperf,make heapverifyandmake rtverifyalso exist for further testing/debugging) - Do
make cleanormake [o3|debug|…]-cleanbefore to force recompile ./buildand./debugBuildcompile everything at once and allow specifying extra compiler arguments, but may be slower
./BQN(orrlwrap ./BQNfor a fancier interface)
Time safe prim tests with self-hosted compiler: ./test.bqn ~/git/BQN -s prim > SP; time ./BQN<SP>/dev/null
Test precompiled expression: ./precompiled.bqn path/to/mlochbaum/BQN "$PATH" '2+2'
Any file without an explicit copyright message is copyright (c) 2021 dzaima, GNU GPLv3 - see LICENSE