Skip to content

Releases: jinko-core/jinko

v0.2.1-jinx4

21 Oct 09:55
dad7503
Compare
Choose a tag to compare
v0.2.1-jinx4 Pre-release
Pre-release

What's Changed

  • incl: Remove debug printing in #315

Full Changelog: v0.2.0-jinx4...v0.2.1-jinx4

v0.2.0-jinx4

21 Oct 08:09
9dd83f7
Compare
Choose a tag to compare
v0.2.0-jinx4 Pre-release
Pre-release

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

15 Oct 21:13
5b373d5
Compare
Choose a tag to compare
v0.2.0-jinx3 Pre-release
Pre-release

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

14 Oct 08:11
b15fc3d
Compare
Choose a tag to compare
v0.2.0-jinx2 Pre-release
Pre-release

Add link_with() builtin and start of FFI module

v0.2.0-jinx1

13 Oct 08:58
731ed02
Compare
Choose a tag to compare
v0.2.0-jinx1 Pre-release
Pre-release

Unstable release candidate for 0.2.0

v0.1.1

27 Jan 20:04
Compare
Choose a tag to compare
  • Fix typo in Cargo.toml that prevented correct rendering of crate on crates.io

No code changes!

v0.1.0

27 Jan 13:24
Compare
Choose a tag to compare

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