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

[BUG] Error using CLI #718

Closed briandowns closed 8 months ago

briandowns commented 8 months ago

Is there an existing issue for this?

Current Behavior

>>> const b = "true";
>>> b.toBool();
true
dictu(11292,0x7ff84a21ab40) malloc: *** error for object 0x7fc4c7822000: pointer being freed was not allocated
dictu(11292,0x7ff84a21ab40) malloc: *** set a breakpoint in malloc_error_break to debug
[1]    11292 abort      dictu

Expected Behavior

No response

Steps To Reproduce

>>> const b = "true";
>>> b.toBool();

Anything else?

No response