Results 13 issues of Futago-za Ryuu

can you update examples for support for both current release of node-webkit, and also add more samples/examples that show added functionality, this repo hasn't been updated in over a year...

The 0.11.0 release is near! Here are the remaining steps: - [x] Upgrade all used libraries to their newest versions - [ ] Drop support for - [ ] Node...

task

After [0.11](https://github.com/pegjs/pegjs/milestone/8) (but before [0.12](https://github.com/pegjs/pegjs/milestone/9)) I'm planning to reorganise the repository into a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md) using Yarn workspaces and re-implement the [pegjs](https://www.npmjs.com/package/pegjs) module into independent modules that mostly live in [@pegjs](https://www.npmjs.com/org/pegjs)...

feature
task

- [x] move the website into the main repo - [x] add the test suites to the website so I can do automated browser testing - [x] migrate to a...

task

I'm thinking before releasing 0.12 I should drop support for Internet Explorer entirely (both from the library and from the online editor). There are a couple of reasons for this;...

feature
task
discussion

> Revision 2, Last updated on 19/01/2018 This is a dedicated issue that serves as both a specification and a roadmap to help design and implement support for the following...

feature
task
discussion

@pepa65 asked in #506 how to deploy his generated parser from the command line with some input, and after the issue was resolved, @mikeaustin commented: > But that kind of...

feature
discussion

As mentioned by @felix9 in [#526](https://github.com/pegjs/pegjs/issues/526#issuecomment-326826089), variables (as well as methods) that are prefixed with `peg$` in the generated parser are not exactly well known, with developers only discovering them...

task
documentation

What about using `Array.prototype.lastElement()` as an alias of `Array.prototype.lastItem()`? The reason I suggest this is because usually when referring to the content of an Array, don't most coders say `element`...

Hi @ConquestArrow, 1) Any plans to support glob patterns for input: `dtsmake -s lib/**/*.js` 2) Correct me if I'm wrong, but from what I'm understanding right now, you can pass...