wip: printer
build / build (push) Successful in 1m33s

This commit is contained in:
2026-08-21 15:01:31 -06:00
parent 6ff01a8607
commit b234a52d4b
40 changed files with 341 additions and 221 deletions
+17
View File
@@ -0,0 +1,17 @@
[ SynNone :< CompoundF
( DotListF
(
( SynNone :< SimpleF
( SimpleSymbol "가" )
) :|
[ SynNone :< SimpleF
( SimpleSymbol "나" )
, SynNone :< SimpleF
( SimpleSymbol "다" )
]
)
( SynNone :< SimpleF
( SimpleSymbol "라" )
)
)
]
+1
View File
@@ -0,0 +1 @@
(가 나 다 . 라)