Parser.prototype.createNode = function () {
            return {
                index: this.startMarker.index,
                line: this.startMarker.lineNumber,
                column: this.startMarker.index - this.startMarker.lineStart