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

Create TypeId #4

Closed GigaRyno closed 1 year ago

GigaRyno commented 1 year ago

Create a TypeId enum which can be retrieved from any Value at runtime

Value should have a function get_type which returns its TypeId

TypeId should itself be a type in the Value enum