-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] [email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
- Loading branch information
1 parent
e0f664f
commit bab7b82
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pk_compiler" | ||
version = "0.0.3-dev.0" | ||
version = "0.0.4-dev" | ||
edition = "2021" | ||
repository = "https://github.com/juanvillacortac/palacinke-lang" | ||
description = "The Palacinke lang bytecode compiler" | ||
|
@@ -11,4 +11,4 @@ authors = ["[email protected]"] | |
|
||
[dependencies] | ||
bytecoding = "0.1.0" | ||
pk_parser = { version = "0.0.3-dev.0", path = "../parser" } | ||
pk_parser = { version = "0.0.4-dev", path = "../parser" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pk_parser" | ||
version = "0.0.3-dev.0" | ||
version = "0.0.4-dev" | ||
edition = "2021" | ||
repository = "https://github.com/juanvillacortac/palacinke-lang" | ||
description = "The Palacinke lang parser" | ||
|
@@ -10,4 +10,4 @@ authors = ["[email protected]"] | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
pk_lexer = { version = "0.0.3-dev.0", path = "../lexer" } | ||
pk_lexer = { version = "0.0.4-dev", path = "../lexer" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pk_vm" | ||
version = "0.0.3-dev.0" | ||
version = "0.0.4-dev" | ||
edition = "2021" | ||
repository = "https://github.com/juanvillacortac/palacinke-lang" | ||
description = "The Palacinke lang bytecode virtual machine" | ||
|
@@ -10,4 +10,4 @@ authors = ["[email protected]"] | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
pk_compiler = { version = "0.0.3-dev.0", path = "../compiler" } | ||
pk_compiler = { version = "0.0.4-dev", path = "../compiler" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters