Releases: jinko-core/jinko
Releases · jinko-core/jinko
v0.2.1-jinx4
v0.2.0-jinx4
What's Changed
- Add Iter and Range in #280
- Add install script to package standard library in #309
- Load libraries from path in #310
Full Changelog: v0.2.0-jinx3...v0.2.0-jinx4
This pre-release concerns the following target(s):
- x86_64-unknown-linux
v0.2.0-jinx3
What's Changed
- ci: Run unit tests after checking them in #297
- ffi: Allow loading libraries without full path in #295
- Add shell library abstraction in #294
Full Changelog: v0.2.0-jinx2...v0.2.0-jinx3
v0.2.0-jinx2
Add link_with()
builtin and start of FFI module
v0.2.0-jinx1
Unstable release candidate for 0.2.0
v0.1.1
- Fix typo in
Cargo.toml
that prevented correct rendering of crate on crates.io
No code changes!
v0.1.0
First stepping stone of the jinko language
- Parsing almost complete
- Binary operations working
- Basic functions, conditionals and other constructs working
- Basic types are implemented
- Some basic operators such as +, *, -, / are implemented for number types