diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 07:49:06 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 07:49:06 +0100 |
| commit | e6d7baf883ef3e75a9e5bd616a59df9405f63872 (patch) | |
| tree | ec19062976da870780c50bc47056c0ab74c733eb /parser.cpp | |
| parent | ef8196da650f70758e1366cb7be1a799f1455f8e (diff) | |
added <n>O...$ GOTO command
Diffstat (limited to 'parser.cpp')
| -rw-r--r-- | parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -200,6 +200,7 @@ StateStart::StateStart() : State() init(" \f\r\n\v"); transitions['!'] = &States::label; + transitions['O'] = &States::gotocmd; transitions['^'] = &States::control; transitions['F'] = &States::flowcommand; transitions['"'] = &States::condcommand; |
