extension for ref resolve, explode, implode, weave, tangle

This commit is contained in:
2026-05-04 02:25:49 +02:00
parent 8203f50fd5
commit 65bfc1aebf
39 changed files with 3959 additions and 25 deletions

View File

@@ -0,0 +1,12 @@
# Legacy Literate Successor
```python {#config}
CONFIG = {"ready": True}
```
```python {#main tangle="src/app.py"}
<<config>>
def main():
return CONFIG["ready"]
```