UNPKG

pogo

Version:

A readable, DSL friendly programming language that compiles to JavaScript

16 lines 402 B
(function() { var self = this; module.exports = function(terms) { var self = this; return terms.term({ constructor: function() { var self = this; return self.isSplat = true; }, parameter: function() { var self = this; return self; } }); }; }).call(this);