FenderLang / Fender

A functional scripting language, intended for string manipulation and general scripting on the command line
MIT License
13 stars 0 forks source link

Populate Value enum #11

Closed boxbeam closed 1 year ago

boxbeam commented 1 year ago

We don't need everything in there, but a few types to test the interpreter backend would be good, like string, int, list. This enum will be removed eventually (moved to Fender), but for testing purposes it will help to have it in here for now.

FuzzyNovaGoblin commented 1 year ago