Begin replacing tests on strings with tests on vocab IDs.

This commit is contained in:
Jason S. Ninneman 2017-07-03 18:21:25 -07:00
parent 07e7b8131e
commit 4f78dfea24
2 changed files with 22 additions and 18 deletions

View file

@ -184,6 +184,8 @@ struct command_t {
vocab_t obj;
token_t wd1;
token_t wd2;
long id1;
long id2;
char raw1[BUFSIZ], raw2[BUFSIZ];
};