We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8560e52 commit 220f863Copy full SHA for 220f863
bin/translator
@@ -25,6 +25,8 @@ while parser.has_more_commands?
25
)
26
when Parser::C_LABEL
27
code_writer.write_label(parser.arg1)
28
+ when Parser::C_GOTO
29
+ code_writer.write_goto(parser.arg1)
30
when Parser::C_IF
31
code_writer.write_if(parser.arg1)
32
end
spec/acceptance/examples/FibonacciSeries/.pending
0 commit comments