mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* dev: simplify if statement handling * dev: parse blocks in if/for/while more consistently * feat: improve context expression parsing * feat: improve context expression parsing * feat: improve parameter clause parsing
3 lines
No EOL
61 B
Typst
3 lines
No EOL
61 B
Typst
#let f(x: 1) = [];
|
|
#let f(x: "[]") = [];
|
|
#let f(x: [x]) = []; |