Skip to content

v1.0.0 stable

Latest
Compare
Choose a tag to compare
@tomhea tomhea released this 17 Jan 19:12
· 6 commits to main since this release
8759ddc

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 (+), then c2fj 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