diff --git a/main.go b/main.go index bed664b..72622af 100644 --- a/main.go +++ b/main.go @@ -105,6 +105,8 @@ func registerCommands(comp *compiler.Compiler) { comp.Registry().Register(&commands.PokeWCommand{}) comp.Registry().Register(&commands.SubEndCommand{}) comp.Registry().Register(&commands.GosubCommand{}) + comp.Registry().Register(&commands.ForCommand{}) + comp.Registry().Register(&commands.NextCommand{}) } func writeOutput(filename string, lines []string) error {