dictu-lang / Dictu

Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
https://dictu-lang.com
MIT License
268 stars 53 forks source link

Fix an issue with internal table type #707

Closed Jason2605 closed 9 months ago

Jason2605 commented 9 months ago

Internal Table

Resolves: #706

What's Changed:

Reset internal table type to fix an issue with the interned strings

#

Type of Change:

#

Housekeeping:

#

Screenshots (If Applicable):

Jason2605 commented 9 months ago

This will need to be applied to sets / dicts too

Jason2605 commented 9 months ago

Yeah was really nasty, found it while doing advent of code lol

briandowns commented 9 months ago

That's probably a great way to flush out bugs and figure out new use cases for language features or new stdlib modules.