Crypt-Language / Crypt

The Crypt Programming Language
MIT License
15 stars 0 forks source link

[Bug] Adding braces to any block breaks the interpreter #50

Closed AurumByte closed 3 years ago

AurumByte commented 3 years ago

Describe the bug when adding braces to any block... the interpreter would break down and spam error messages.

To Reproduce add braces to any function, method, or loop body

Expected behavior execute perfectly without problems