Releases: LunaAmora/4orth
Releases · LunaAmora/4orth
v0.6.4
- Add the original porth compiler as a cli option
- This simplifies bootstrapping, as 4orth can now self-compile using -porth.
- Fix a seg fault error on typechecking while loops.
- Remove png2src cli option
- Functionality was added to Wasm-4 in the
v2.5.0
release
- Functionality was added to Wasm-4 in the
v0.6.3
- Add contract support to wasm inline blocks
- Remove xor intrinsic. Moved functionality to
./std/wasm-core.porth
as a inlined WASM code.
v0.6.2
- Add inline wasm code support
- Removed built-in rng procedure. Moved functionality to
./std/rand.porth
as a inlined WASM code.
v0.6.1
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
- Return stack implementation
- Added the return stack
- Add let bindings support
- Change local variables to use the return stack
- Add peek bind support