Skip to content

Commit 2b3580b

Browse files
Docs: Implement the demo link to README file.
1 parent ca45119 commit 2b3580b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
*[demo.edgepython.com](demo.edgepython.com)*
5+
*[demo.edgepython.com](https://demo.edgepython.com/)*
66

77
---
88

0 commit comments

Comments
 (0)