From aee60662b3bcccd31d3018cddc0df7284834c77d Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Sat, 6 Feb 2021 19:21:34 +0100 Subject: [PATCH] v0.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 6 +++--- TODO | 5 +---- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cd11fb..de476ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,8 +225,8 @@ dependencies = [ ] [[package]] -name = "sabre" -version = "0.0.3" +name = "sabre-lang" +version = "0.1.0" dependencies = [ "rust-embed", "structopt", diff --git a/Cargo.toml b/Cargo.toml index 55e925f..7e0897c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "sabre" -version = "0.0.3" -authors = ["Garrit Franke "] +name = "sabre-lang" +version = "0.1.0" +authors = ["Garrit Franke "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/TODO b/TODO index 8e07c56..f962eac 100644 --- a/TODO +++ b/TODO @@ -7,11 +7,8 @@ # Roadmap -## 0.1.0 -- Nested expressions like (1 + (2 * 2)) -- For loop - ## 0.2.0 +- Nested expressions like (1 + (2 * 2)) - Type inference - Multi-file support