Skip to content

Commit e08cc2d

Browse files
Docs: Update description and repository url.
1 parent 8699a14 commit e08cc2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "edge-python"
33
version = "0.1.0"
44
edition = "2024"
5-
description = "Rust compiler weighing less than 100 KB, based on adaptive bytecode interpretation to achieve speeds close to native Rust."
6-
repository = "https://github.com/dylan-sutton-chavez/edge-python/compiler/"
5+
description = "Single-pass SSA compiler for Python 3.13: logos lexer, token-to-bytecode parser, adaptive VM with inline caching, template memoization, and configurable sandbox limits."
6+
repository = "https://github.com/dylan-sutton-chavez/edge-python/"
77
license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
autotests = false

0 commit comments

Comments
 (0)