add: improve syntax

This commit is contained in:
trisua 2025-05-31 10:01:25 -04:00
parent 55130db04a
commit 149025f9e4
7 changed files with 52 additions and 34 deletions

View file

@ -1,2 +1,5 @@
('"\"Hello,\" world!")
(' "Hello, \"w\"orld!")
(text "\"Hello,\" world!")
(text "Hello, \"w\"orld!")
(span
("x" "y")
(text "Hello"))