Version 1.0.0:
- Compiles C programs into FlipJump (passing through RiscV ELF), then into fjm, and runs it.
- It's a python library!
pip install c2fj
(+), thenc2fj code.c
. - Compiles using the optimized picolibc.
- Supports compiling your own C file, or your own C project (By specifying a Makefile).
- Multiple compilation options (
--build-dir
,-u
,-f
), debugging options (-b
,-s
). - All RiscV ops and the C helper functions are fully tested. Uses CI/CD.
Full Changelog: To V1.0.0