AlbertHald / Minecraft-Turtle-Language

A beginner friendly programming language for a programmable turtle in Minecraft.
GNU General Public License v3.0
0 stars 0 forks source link

Fix struct types in interpreter #84

Closed atjn closed 1 year ago

atjn commented 1 year ago

The interpreter does not set types on struct variables, which means it crashes on operations that uses the type, fx on typecasts.