1296 Commits (f754684fae6836797afdbfd79479b301a2800d4b)
 

Author SHA1 Message Date
Futago-za Ryuu f754684fae Update Rollup dependencies 5 years ago
Futago-za Ryuu 1dd5a04ef2 Add support for Vuepress v0.14 5 years ago
Futago-za Ryuu 5dfb6b14dc Update eslint config
I removed "linebreak-style"  because it is now enabled by default within my eslint-config, with the same options.

Disabled padding-line-between-statements until https://github.com/eslint/eslint/issues/11178 is resolved
5 years ago
Futago-za Ryuu 011b28be03 Upgrade dependencies
- @babel/core
- @babel/preset-env
- rollup
5 years ago
Futago-za Ryuu 9751980261 Remove unrequired ESLint rules 5 years ago
Futago-za Ryuu 4f9cec5937 Ensure .js files always use LF 5 years ago
Futago-za Ryuu 7cf887ec4b Update packages table 5 years ago
Futago-za Ryuu 4723176e20 Update changelog for v0.11 5 years ago
Futago-za Ryuu 104edadf27 website: Fix twitter link 5 years ago
Futago-za Ryuu 93ceeff597 General QOL changes
- Added 'test/package.json' for dependencies used by spec tests
- Changed package names of local tools to reflect actual usage
- Removed bins for local tools (using files via 'node [file]' command)
- Updated help text for the CLIs of local tools to reflect changes
- Updated READMEs for tools
- Moved babel dependencies to 'tools/bundle/package.json'
- 'tools/bundle' now only logs created and watching
- Updated scripts in root package.json
5 years ago
Futago-za Ryuu 4866d6ddb6 Move server.js to website/server.js 5 years ago
Futago-za Ryuu 7deb6a779e Add README for bundle + consmetic changes 5 years ago
Futago-za Ryuu 0f2426bdbf Move dist bundler to tools/bundle 5 years ago
Futago-za Ryuu 6d4ad48319 Remove Gulp 5 years ago
Futago-za Ryuu 1c81df1245 Update MD doc for devs 5 years ago
Futago-za Ryuu 71414cfb19 Update URLs: e.g. spec > development/spec 5 years ago
Futago-za Ryuu aa58b73cae Use ESLint directly instead of gulp-eslint 5 years ago
Futago-za Ryuu 390478d61e Move test/spec to test 5 years ago
Futago-za Ryuu 70a6fab636 Add README for tools/benchmark 5 years ago
Futago-za Ryuu 163ff20508 Move test/benchmark to tools/benchmark 5 years ago
Futago-za Ryuu 9c039ce79b Move test/impact to tools/impact 5 years ago
Futago-za Ryuu 32477337c1 Updated dependencies 5 years ago
Futago-za Ryuu 87dcc13d0f Updated changelog for upcoming 0.11 5 years ago
Futago-za Ryuu e69646cc78 Merge branch 'master' of github.com:pegjs/pegjs 5 years ago
Futago-za Ryuu 2ae32a6510
Merge pull request #587 from psbrandt/patch-1
✍🏼 Fix small typo.
5 years ago
Pascal Brandt d29704ff9c
✍🏼 Fix small typo. 5 years ago
Futago-za Ryuu afc653c46f fix stray spelling error: empry -> empty 6 years ago
Futago-za Ryuu 27687615e5 Document filename option for generated parsers 6 years ago
Futago-za Ryuu d233660161 fix incorrect API reference 6 years ago
Futago-za Ryuu a70fc76648 Update dependencies 6 years ago
Futago-za Ryuu 176f89b9c2
Merge pull request #585 from doersino/patch-1
Fix typo
6 years ago
Noah Doersing 1d2ed4ca22
Fix typo 6 years ago
Futago-za Ryuu 3d755b8196 Update gulpfile.js 6 years ago
Futago-za Ryuu a1b8013b6b Add info for production building 6 years ago
Futago-za Ryuu 4f4af756d3 Fix CBT image width [ci skip] 6 years ago
Futago-za Ryuu 40b7cdfa81 Update lockfile 6 years ago
Futago-za Ryuu fe2237476f Clarify parts of the documentation 6 years ago
Futago-za Ryuu 213c70ced4 Spec Runner cant run on IE11 6 years ago
Futago-za Ryuu 14b8b76a79 runInContext -> evalModule 6 years ago
Futago-za Ryuu 616749377b Fix IE11 Support (#583)
- Revert ES6 changes to arithmetics.pegjs
- Use Array#forEach instead of for..of
- Don't use native Array#find & Array#findIndex
- Added util/arrays.js (find & findIndex)
- Use Function instead of eval
6 years ago
Futago-za Ryuu e636ee654c Update typings (Plucking) 6 years ago
Futago-za Ryuu ec93e64939 Update root README.md: Add packages table 6 years ago
Futago-za Ryuu 9dc4d4a5ef website online/try: serve different example 6 years ago
Futago-za Ryuu fd3dbb77ac Update arithmetics example (Value plucking) 6 years ago
Futago-za Ryuu e0e9fbcd30 Unicode 11 6 years ago
Futago-za Ryuu e64118f3b7 Update src/parser.pegjs
- use value plucking
- remove helpers not needed now
- types in OPS_* are now returned by *Operator
- RESERVED_WORDS is now a `Object<Identifier,true>`
- use ES2015+ JavaScript
- cleanup source code
6 years ago
Futago-za Ryuu 4964b9af7e Add pegjs.org/development/try 6 years ago
Futago-za Ryuu c65e9dd95f Updated dependencies 6 years ago
Futago-za Ryuu 460f0cc5bc Implement value plucking
Resolves #235, #427, #545
6 years ago
Futago-za Ryuu 26969475f7 IdentifierName > Identifier 6 years ago