Skip to content

Commit 56421e8

Browse files
Docs: Update the python project scope.
1 parent 490f6a4 commit 56421e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Edge Python
22

3-
Single-pass SSA compiler for Python 3.13: hand-written lexer, token-to-bytecode parser, adaptive virtual machine with NaN-boxed values, inline caching, template memoization, mark-sweep garbage collector, and configurable sandbox limits. Native and WASM targets.
3+
Single-pass SSA compiler for Python on the edge computing: hand-written lexer, token-to-bytecode parser, adaptive virtual machine with NaN-boxed values, inline caching, template memoization, mark-sweep garbage collector, and configurable sandbox limits. Native and WASM targets.
44

55
---
66

@@ -147,4 +147,4 @@ cargo test --features wasm-tests
147147

148148
### License
149149

150-
MIT OR Apache-2.0
150+
MIT OR Apache-2.0

0 commit comments

Comments
 (0)