UNPKG

@log4b0at/pegjs

Version:

Parser generator for JavaScript

15 lines (8 loc) 160 B
"use strict"; class Node { constructor( type, location ) { this.type = type; this.location = location; } } module.exports = Node;