Commit graph

37 commits

Author SHA1 Message Date
Futago-za Ryuu 8c30834ccc Run eslint on .vue files 2018-12-22 14:36:16 +00:00
Futago-za Ryuu 132a68b4d5 Upgrade to Vuepress@next
Travis was failing with a weird ESLint error, and when I checked locally, the problem seemed to be related to Vuepress v0. Upgrading to Vuepress v1-alpha seems to fix this (at least on my machine...)
2018-12-22 11:40:23 +00:00
Futago-za Ryuu 4095a05420 Add a dummy page for the editor (temp) 2018-12-22 09:30:57 +00:00
Futago-za Ryuu 9b805a955d Add index page 2018-12-22 09:20:57 +00:00
Futago-za Ryuu f10d93f32f Move + Update dev docs 2018-12-22 09:20:17 +00:00
Futago-za Ryuu 12c98b7098 Add index page for Changelogs 2018-12-22 09:13:52 +00:00
Futago-za Ryuu 22c280f069 Hide edit button 2018-12-22 09:13:15 +00:00
Futago-za Ryuu a8e7534595 Add basic config for Vuepress 2018-12-22 09:11:22 +00:00
Futago-za Ryuu 7deb6a779e Add README for bundle + consmetic changes 2018-11-04 07:15:03 +00:00
Futago-za Ryuu 1c81df1245 Update MD doc for devs 2018-11-02 18:20:02 +00:00
Futago-za Ryuu e69646cc78 Merge branch 'master' of github.com:pegjs/pegjs 2018-10-29 23:53:34 +00:00
Pascal Brandt d29704ff9c
✍🏼 Fix small typo. 2018-10-28 14:39:12 -07:00
Futago-za Ryuu afc653c46f fix stray spelling error: empry -> empty 2018-10-15 08:03:53 +01:00
Futago-za Ryuu 27687615e5 Document filename option for generated parsers 2018-10-15 07:20:33 +01:00
Futago-za Ryuu d233660161 fix incorrect API reference 2018-10-15 07:08:21 +01:00
Futago-za Ryuu fe2237476f Clarify parts of the documentation 2018-09-25 21:06:05 +01:00
Futago-za Ryuu 460f0cc5bc Implement value plucking
Resolves #235, #427, #545
2018-09-17 11:32:34 +01:00
Futago-za Ryuu 8b43c8419f Use input/output from the config file 2018-09-14 03:43:09 +01:00
Futago-za Ryuu aadc318fcd Add a guide for the CLI 2018-09-13 09:13:29 +01:00
Futago-za Ryuu f09f2f2cb4 Move CBT logo 2018-09-06 12:42:42 +01:00
Futago-za Ryuu 7c93ffb22b Move old changelogs to docs/changelogs [ci skip] 2018-09-05 23:03:47 +01:00
Futago-za Ryuu 8bd4d390a9 Add linkback to CrossBrowserTesting [ci skip] 2018-09-05 22:00:36 +01:00
Futago-za Ryuu 7edc7d902b Merge branch 'master' of github.com:pegjs/pegjs 2018-09-05 10:22:14 +01:00
Futago-za Ryuu 3cedf4439d Update supported platforms
- Drop support for Node.js v4
- Add support for Node.js v10
- Drop support for IE < 11
2018-09-05 01:37:57 +01:00
Futago-za Ryuu 06c9400bca
Update plugins.md 2018-05-09 22:59:45 +01:00
Futago-za Ryuu ab9b8d41bb Add doc for tracer.trace 2018-03-23 03:18:02 +00:00
Futago-za Ryuu 3745195315 Make the default tracer an optional feature 2018-03-22 00:41:44 +00:00
Futago-za Ryuu 7cd291cbe0 Add doc for plugins (closes #544) 2018-03-21 02:13:47 +00:00
Futago-za Ryuu 70dea07923 Update twitter link 2018-03-21 01:04:44 +00:00
Futago-za Ryuu 46c3dcf40b Document Session#fatal method 2018-03-20 23:45:14 +00:00
Futago-za Ryuu f4ca7ca461 Remove grammar option for Session API 2018-03-20 23:40:47 +00:00
Futago-za Ryuu 21a6de06d5 Optional features
This commit enables optional features that are enabled by default in the generated parser.

For now, only some of the helpers and filename are generated based on this new option, but this will change in the future most likely.

Resolves #421
2018-03-17 04:08:05 +00:00
Futago-za Ryuu 2ac387e1c9 Move documentation
The README.md file in the root of the repository had become too large, and as a result the file became hard to maintain.

This commit extracts all the documentation and moves it to separate but managable files within the docs directory, a new folder also located in the root of the repository.
2018-02-16 02:39:13 +00:00
Futago-za Ryuu 95409f0155 Moved Github related documents 2017-12-27 23:33:49 +00:00
Futago-za Ryuu 30d39f6267 Added PR Template
Based on the example at https://github.com/stevemao/github-issue-templates/tree/master/checklist2
2017-11-29 18:34:55 +00:00
Futago-za Ryuu 280466cc7b Added Issue Template
Based on the example at https://github.com/stevemao/github-issue-templates/tree/master/checklist2
2017-11-29 18:34:19 +00:00
Futago-za Ryuu 9568522d9c Move guidelines to docs folder 2017-11-29 15:29:42 +00:00