implement 'next' in the new command parser (testcase unfinished)

This commit is contained in:
Michael Stapelberg
2010-05-10 00:06:24 +02:00
parent f10a3d9b75
commit d8307f4b4a
5 changed files with 76 additions and 4 deletions

View File

@ -99,6 +99,7 @@ workspace { BEGIN(WANT_WS_STRING); return TOK_WORKSPACE; }
focus { return TOK_FOCUS; }
move { return TOK_MOVE; }
open { return TOK_OPEN; }
next { return TOK_NEXT; }
class { BEGIN(WANT_QSTRING); return TOK_CLASS; }
id { BEGIN(WANT_QSTRING); return TOK_ID; }