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

Subcommand fixes #58

Closed Nico314159 closed 9 months ago

Nico314159 commented 9 months ago

Fixes multiple problems with subcommand parsing, including this one

WingedSeal commented 9 months ago

I'm not sure changing self.__commands[command_pos] to self.__commands[command_pos] will not break anything. Are you certain it's correct and pass all the test case?

Nico314159 commented 9 months ago

I'm not sure changing self.__commands[command_pos] to self.__commands[command_pos] will not break anything. Are you certain it's correct and pass all the test case?

Yup, all test cases pass.