Skip to content

Commit

Permalink
cargo: Bump version number to 0.2.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
CohenArthur committed Oct 26, 2021
1 parent 9bcf0e7 commit 2c3d930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jinko"
version = "0.2.0-jinx5"
version = "0.2.0"
authors = ["CohenArthur <[email protected]>", "Skallwar <[email protected]>", "SanderJSA <[email protected]"]
edition = "2018"
description = "jinko is a safe, small and fast programming language with Rust interoperability"
Expand Down

0 comments on commit 2c3d930

Please sign in to comment.