private buildLookToken(): CommandToken {

    const token = this.tokenizer.getTokenForWord('look ');
    token.isInferred = true;