v1.2.0 stable #236
Replies: 2 comments 6 replies
-
Update - flipjump is now a python package !It's much easier to use now - use the new cli tool: @guym0r @coolslutguy420 @ivelieu @lestrozi @vxgmichel @culverit @hmltn2 @jaripekkary @mtve @ebigram @emenel @nst @roma-glushko @Siss3l @tuxcanfly @elhadjx @Peefy @fabiosvm @andrew-johnson-4 @mgmalheiros @frediff @HaraldKorneliussen @adamharmansky @dfischer @CCXXXI @egon-r @Sophia-Cristina @creaktive @lyxal @parched @TonikHorkel @ivannz @FrogBoy2008 @R-Jones @neauoire @idoherman @danytnt @conilas @gavinbm @jakiki6 @Taardisaa @Clinale @zephryn @thisisclosure @kamil-adam @Polarzz @Sherlockcxk @idozo @betedgi |
Beta Was this translation helpful? Give feedback.
-
That's great! 🎉 I can now use reader = FjmReader(program)
width = reader.memory_width
size = cast(int, max(reader.memory)) + 1
words = [reader.memory[i] for i in range(size)] @tomhea Can you confirm that this interface will remain stable? |
Beta Was this translation helpful? Give feedback.
-
Version 1.2.0 changes:
pip install flipjump
:fj hello-world.fj
.from flipjump import assemble_and_run, ...
.flipjump/
(reorganized and split into smaller files), and the stl files are underflipjump/stl/
.It is all tested, and ready to be used on windows or linux (and mac shouldn't be a problem), with python 3.7+.
The only exception is hex.div which still doesn't work (its tests are xfailed), so you can use the slower-but-stable bit.div+casts for division.
This discussion was created from the release v1.2.0 stable.
Beta Was this translation helpful? Give feedback.
All reactions