Microcontroller Port of CBQN
|
|
2021-05-15 17:51:17 +03:00 |
|
src
|
•args, •FLines, command-line options, •Repr, fix unit∾unit fill
|
2021-05-15 17:51:17 +03:00 |
|
.gitignore
|
native », fill stuff
|
2021-05-01 04:21:14 +03:00 |
|
build
|
allow building with extra args
|
2021-05-12 11:39:15 +03:00 |
|
buildg
|
allow building with extra args
|
2021-05-12 11:39:15 +03:00 |
|
cc.bqn
|
•args, •FLines, command-line options, •Repr, fix unit∾unit fill
|
2021-05-15 17:51:17 +03:00 |
|
debugBuild
|
allow building with extra args
|
2021-05-12 11:39:15 +03:00 |
|
genRuntime
|
native », fill stuff
|
2021-05-01 04:21:14 +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
|
stacktraces
|
2021-05-10 02:44:26 +03:00 |
build/run:
./genRuntime path/to/mlochbaum/BQN
- optionally choose what to build by changing
src/main.c
./build (or ./debugBuild for 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