Skip to content

Commit 2c3d930

Browse files
committed
cargo: Bump version number to 0.2.0
- Implementation of the typechecker - Resolve method calls correctly, desugar them - Scope-map improvements - Code inclusion is now available - Field access on custom types are available - Various clean ups - Add stdlib: - Add Maybe<int> - Add Range<int> - Add Iter<int> - Remove `audit` blocks from the language - Implement `for` loops
1 parent 9bcf0e7 commit 2c3d930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jinko"
3-
version = "0.2.0-jinx5"
3+
version = "0.2.0"
44
authors = ["CohenArthur <[email protected]>", "Skallwar <[email protected]>", "SanderJSA <[email protected]"]
55
edition = "2018"
66
description = "jinko is a safe, small and fast programming language with Rust interoperability"

0 commit comments

Comments
 (0)