UNPKG

pogo

Version:

A readable, DSL friendly programming language that compiles to JavaScript

11 lines (10 loc) 317 B
(function() { var self = this; var commandLine; commandLine = require("./lib/parser/commandLine"); module.exports = commandLine; require.extensions[".pogo"] = function(module, filename) { var self = this; return commandLine.runFileInModule(filename, module); }; }).call(this);