Closed winston-h-zhang closed 2 years ago
Apologies as this is not the cleanest PR... but essentially the most important bit is in LurkFunctions.lean
and Transpiler.lean
; everything else is sort of collateral damage from me trying to fix bugs/test things/just other stuff.
Closes #171.
LurkFunctions.lean
"abc" ++ "def"
and it will evaluate correctly.TODO: Add theTo be done in later PRnum
andchar
special functions to our interpreter.TODO: Similar builtins forTo be done in later PRUInt32
andFin
.String
andList
, wherever we can be way more efficientWe can now move on to greater heights!