Updated documentation, added tree-sitter experiment

This commit is contained in:
2026-04-17 00:50:00 +02:00
parent 376ca6d2f2
commit 8b7d99393d
4 changed files with 102 additions and 0 deletions

25
planning/dsl.md Normal file
View File

@@ -0,0 +1,25 @@
## Example of indented block
```
§ block
this content
is in the block body
```
## Inline
`«inline expression»`
## Escaping
```
«§» block
Here is an «la»inline expression«ra»
Or possibly «outer escape: inline expression»
```