WingedSeal / jmc

A compiler for JMC (JavaScript-like Minecraft Function), a mcfunction extension language for making Minecraft Datapack
https://jmc.wingedseal.com
MIT License
64 stars 8 forks source link

Correct switch-case behavior #21

Closed Nico314159 closed 1 year ago

Nico314159 commented 1 year ago

The current code doesn't work with switch statements that actually start at 0 (it will create the binary tree as if the first value was 1). In order to fix this, you need to use None here instead of 0.