Skip to content

Commit 58da013

Browse files
committed
x
1 parent 8744e3a commit 58da013

14 files changed

Lines changed: 43 additions & 1043 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ nargo-document = { git = "https://github.com/oovm/nargo.git", branch = "dev", ve
8585
wae-https = { git = "https://github.com/oovm/wae.git", branch = "dev", version = "0.0.2" }
8686

8787
# Oak parsers
88-
oak-core = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.9" }
89-
oak-toml = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.9" }
90-
oak-yaml = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.9" }
91-
oak-json = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.9" }
92-
oak-vfs = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.9" }
93-
oak-markdown = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.9" }
94-
oak-python = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.9" }
88+
oak-core = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.10" }
89+
oak-toml = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.10" }
90+
oak-yaml = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.10" }
91+
oak-json = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.10" }
92+
oak-vfs = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.10" }
93+
oak-markdown = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.10" }
94+
oak-python = { git = "https://github.com/ygg-lang/oaks.git", branch = "dev", version = "0.0.10" }
9595

9696
# JIT compilation dependencies
9797
cranelift = "0.100.0"

compilers/python-ir/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Using a well-designed IR provides several performance benefits:
9191

9292
Python IR integrates seamlessly with other components of the Rusty Python ecosystem:
9393

94-
- **python-parser**: Provides AST input
94+
- **oak-python**: Provides AST input
9595
- **python-types**: Provides type information
9696
- **python-compiler**: Uses IR for code generation
9797
- **python-vm**: Executes code generated from IR

compilers/python-lsp/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Clients can configure the Python LSP server with the following settings:
9999

100100
Python LSP integrates seamlessly with other components of the Rusty Python ecosystem:
101101

102-
- **python-parser**: Provides code parsing capabilities
102+
- **oak-python**: Provides code parsing capabilities
103103
- **python-types**: Provides type information
104104
- **python-ir**: Provides intermediate representation for analysis
105105
- **Editor Clients**: Integrates with various code editors

compilers/python-parser/Cargo.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)