More porting. Parser is working now. Some improvements have been made to auto resolution

This commit is contained in:
2025-01-03 21:57:15 -08:00
parent 5a6dcdb92b
commit b87999a64d
9 changed files with 96 additions and 36 deletions

View File

@@ -9,3 +9,5 @@ class Interpolation a where
unwords : List String String
unwords stuff = joinBy " " stuff
instance Cast String Int where
cast = stringToInt