Akuli / oomph

Yet another attempt at making a usable programming language
MIT License
5 stars 1 forks source link

Change how unions are printed #232

Closed Akuli closed 3 years ago

Akuli commented 3 years ago

fixes #188

When the union contains Str, print it without quoting it (i.e. without calling its .to_string() method), but otherwise just call .to_string()

In union to_string(), don't confusingly include the name of the union type