begin work on strings

This commit is contained in:
Lobo 2026-01-12 09:01:33 -03:00
parent 83fce46449
commit 91714d1025
7 changed files with 32 additions and 1 deletions

View file

@ -18,6 +18,7 @@ src = [
'src/prim.c',
'src/print.c',
'src/read.c',
'src/string.c',
'src/symbol.c',
'src/type.c',
]