toolbreak

This commit is contained in:
Kelvin Sherlock 2013-07-04 13:24:02 -04:00
parent 4bdac5a62a
commit 82f8770a5e

View File

@ -282,6 +282,11 @@ bool ParseLine(const char *iter, Command *command)
continue;
}
'tbrk' | 'tbreak' | 'toolbreak' {
Parse(parser, tkBREAK, 0, command);
continue;
}
'g' | 'go' {
Parse(parser, tkCONTINUE, 0, command);
continue;