mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Add a parser generator (PEG.js) #135
This commit is contained in:
parent
3602cb4a00
commit
1c4b94faaf
5
app.js
5
app.js
|
@ -676,7 +676,10 @@ var is = require("app/assets/js/is-0.9.0.min");
|
||||||
//console.log(new Intl.NumberFormat().format(1234567890.123456));
|
//console.log(new Intl.NumberFormat().format(1234567890.123456));
|
||||||
|
|
||||||
// linq.js - LINQ for JavaScript
|
// linq.js - LINQ for JavaScript
|
||||||
var Enumerable = require("app/assets/js/linq-4.0.2.wsh.js")._default;
|
var Enumerable = require("app/assets/js/linq-4.0.2.wsh")._default;
|
||||||
|
|
||||||
|
// PEG.js: Parser generator for JavaScript
|
||||||
|
var PEG = require("app/assets/js/peg-0.10.0");
|
||||||
|
|
||||||
// Dive into entrypoint
|
// Dive into entrypoint
|
||||||
function __main__() {
|
function __main__() {
|
||||||
|
|
7924
app/assets/js/peg-0.10.0.js
Normal file
7924
app/assets/js/peg-0.10.0.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user