diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-21 01:07:31 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-21 01:07:31 +0100 |
commit | fddab16ebc89386e4311e195361e611a2eee4b96 (patch) | |
tree | 94a3a266fe827e11c000fac82a0eab4a1e18db78 /parser.cpp | |
parent | cefca2396003bdc69c0fd0eb90258e56148bf256 (diff) | |
download | sciteco-fddab16ebc89386e4311e195361e611a2eee4b96.tar.gz |
Gq command to insert Q-Register at current DOT
Diffstat (limited to 'parser.cpp')
-rw-r--r-- | parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -449,6 +449,7 @@ StateStart::StateStart() : State() transitions['['] = &States::pushqreg; transitions[']'] = &States::popqreg; + transitions['G'] = &States::getqregstring; transitions['Q'] = &States::getqreginteger; transitions['U'] = &States::setqreginteger; transitions['%'] = &States::increaseqreg; |