8 lines
135 B

module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};