if (lexer.peak() === "..") {
    lexer.next();

    return {
      axis: PARENT,