- dune
- ocaml
- Core and Base modules. (
opam install core base
)
- build:
cd bf && dune build
- run:
dune exec -- bf --help
- run:
py test_gen.py
- run: Use flag
-b
to run the benchmark or-c [FILE]
to compile and exec some bf program
Important
Only tested the ARM assembly code.
run: cd pybf && python bf.py --s [bf_string]