fixed grammar, grammar injections, wip topiary formatter

This commit is contained in:
2025-09-21 21:32:21 +02:00
parent 81af0683d1
commit 13d459f594
9 changed files with 21026 additions and 24553 deletions

View File

@@ -4,8 +4,24 @@ def tricky =
ab + cd
## doc comment
type [a,b] list = [a,b] List option
## *_this_*
## does *_this_* work?
## video::https://code.org[Cool]
##
## a list:
## * item1
## * item2
##
## === test
## Double TS language injection goes hard
##
## [source,c]
## ----
## int main() {
## return 0;
## }
## ----
type t List = 'EOL | 'Cons {hd: t, tl: t List}
# comment