parse lists
build / build (push) Successful in 1m19s

This commit is contained in:
2026-08-21 02:10:11 -06:00
parent 5200932944
commit 1d584c7946
10 changed files with 179 additions and 12 deletions
+35
View File
@@ -0,0 +1,35 @@
[ Fix
( CompoundF
( ListF
[ Fix
( SimpleF
( Symbol "가" )
)
, Fix
( SimpleF
( Symbol "나" )
)
, Fix
( SimpleF
( Symbol "다" )
)
, Fix
( SimpleF
( Symbol "라" )
)
, Fix
( SimpleF
( Number 1.0 )
)
, Fix
( SimpleF
( Number 2.0 )
)
, Fix
( SimpleF
( Number 3.0 )
)
]
)
)
]