Skip to content

Commit 3c7eae5

Browse files
Chore: Add docs to README file.
1 parent d5068c0 commit 3c7eae5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compiler/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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](https://demo.edgepython.com/)*
5+
**Demo:** *[demo.edgepython.com](https://demo.edgepython.com/)*
6+
**Docs:** *[edgepython.com](https://demo.edgepython.com/)*
67

78
---
89

0 commit comments

Comments
 (0)