1
1
---
2
+ title: 'Development'
2
3
permalink: '/development/index.html'
4
+ layout: main-layout
3
5
---
4
6
5
- <!DOCTYPE html>
6
- < html >
7
-
8
- < head >
9
- < meta charset ="utf-8 ">
10
- < meta name ="copyright " content ="Copyright © 2022 The Peggy Authors ">
11
- < meta name ="keywords " content ="parser generator, PEG, JavaScript, PEG.js ">
12
- < meta name ="description " content ="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism. ">
13
- < title > Development » Peggy – Parser Generator for JavaScript</ title >
14
- < link rel ="stylesheet " href ="../css/common.css ">
15
- < link rel ="stylesheet " href ="../css/layout-default.css ">
16
- < link rel ="stylesheet " href ="../css/content.css ">
17
- < link rel ="shortcut icon " href ="../favicon.ico " type ="image/x-icon ">
18
- <!--[if IE]>
19
- <script>
20
- var html5elements = ["aside", "footer", "header", "nav"];
21
- for (var i = 0; i < html5elements.length; i++) {
22
- document.createElement(html5elements[i]);
23
- }
24
- </script>
25
- <![endif]-->
26
-
27
- </ head >
28
-
29
- < body >
30
- < div id ='main '>
31
- < header id ="header ">
32
- < h1 > < a href ="../index.html "> Peggy</ a > </ h1 >
33
- < h2 > Parser Generator for JavaScript</ h2 >
34
- </ header >
35
-
36
- < nav id ="menu ">
37
- < a href ="../index.html "> Home</ a >
38
- < a href ="../online.html "> Online Version</ a >
39
- < a href ="../documentation.html "> Documentation</ a >
40
- < a class ="current " href ="index.html "> Development</ a >
41
- </ nav >
42
-
43
- < div id ="content ">
44
-
45
-
46
-
47
- < h1 > Development</ h1 >
48
-
49
- < ul >
50
- < li > < a href ="https://github.com/peggyjs/peggy/wiki "> Wiki</ a > </ li >
51
- < li > < a href ="https://github.com/peggyjs/peggy "> Source code</ a > </ li >
52
- < li > < a href ="benchmark.html "> Benchmark Suite</ a > </ li >
53
- < li > < a href ="test.html "> Test Suite</ a > </ li >
54
- < li > < a href ="../online.html "> Try Development Version online</ a > </ li >
55
- < li > < a href ="https://github.com/peggyjs/peggy/issues "> Issue tracker</ a > </ li >
56
- < li > < a href ="https://groups.google.com/group/pegjs "> Google Group</ a > </ li >
57
- </ ul >
58
-
59
- < p > Starting in April 2021, Peggy has been maintained by
60
- < a href ="https://github.com/hildjj "> Joe Hildebrand</ a >
61
- (< a href ="https://twitter.com/hildjj/ "> @hildjj</ a > ). It was previously
62
- known as < a href ="https://github.com/pegjs/pegjs "> PEG.js</ a > , but had
63
- fallen into < a href ="https://github.com/pegjs/pegjs/issues/639 "> limbo</ a >
64
- before a community-desired fork.</ p >
65
-
66
- < p > Since its < a href ="https://www.google.com/search?q=inception+meaning "> inception</ a >
67
- in 2010, PEG.js was maintained by < a href ="https://majda.cz/ "> David Majda</ a >
68
- (< a href ="https://twitter.com/dmajda "> @dmajda</ a > ),
69
- until < a href ="https://github.com/pegjs/pegjs/issues/503 "> May 2017</ a >
70
- when < a href ="https://github.com/futagoza "> Futago-za Ryuu</ a > took over.</ p >
71
-
72
- < p > You are welcome to contribute code. Unless your contribution is really
73
- trivial you should < a href ="https://github.com/peggyjs/peggy/discussions "> get in touch with us</ a >
74
- first — this can prevent wasted effort on both sides.</ p >
75
-
76
- </ div >
77
-
78
- < footer id ="footer ">
79
- Copyright © 2022 < a href ="https://github.com/peggyjs/peggy/blob/main/AUTHORS "> The Peggy Authors</ a >
80
- •
81
- < a href ="https://github.com/peggyjs/peggy "> Source code</ a >
82
- </ footer >
83
- </ div >
84
- </ body >
85
-
86
- </ html >
7
+ < h1 > Development</ h1 >
8
+
9
+ < ul >
10
+ < li > < a href ="https://github.com/peggyjs/peggy/wiki "> Wiki</ a > </ li >
11
+ < li > < a href ="https://github.com/peggyjs/peggy "> Source code</ a > </ li >
12
+ < li > < a href ="benchmark.html "> Benchmark Suite</ a > </ li >
13
+ < li > < a href ="test.html "> Test Suite</ a > </ li >
14
+ < li > < a href ="../online.html "> Try Development Version online</ a > </ li >
15
+ < li > < a href ="https://github.com/peggyjs/peggy/issues "> Issue tracker</ a > </ li >
16
+ < li > < a href ="https://groups.google.com/group/pegjs "> Google Group</ a > </ li >
17
+ </ ul >
18
+
19
+ < p > Starting in April 2021, Peggy has been maintained by
20
+ < a href ="https://github.com/hildjj "> Joe Hildebrand</ a >
21
+ (< a href ="https://twitter.com/hildjj/ "> @hildjj</ a > ). It was previously
22
+ known as < a href ="https://github.com/pegjs/pegjs "> PEG.js</ a > , but had
23
+ fallen into < a href ="https://github.com/pegjs/pegjs/issues/639 "> limbo</ a >
24
+ before a community-desired fork.</ p >
25
+
26
+ < p > Since its < a href ="https://www.google.com/search?q=inception+meaning "> inception</ a >
27
+ in 2010, PEG.js was maintained by < a href ="https://majda.cz/ "> David Majda</ a >
28
+ (< a href ="https://twitter.com/dmajda "> @dmajda</ a > ),
29
+ until < a href ="https://github.com/pegjs/pegjs/issues/503 "> May 2017</ a >
30
+ when < a href ="https://github.com/futagoza "> Futago-za Ryuu</ a > took over.</ p >
31
+
32
+ < p > You are welcome to contribute code. Unless your contribution is really
33
+ trivial you should < a href ="https://github.com/peggyjs/peggy/discussions "> get in touch with us</ a >
34
+ first — this can prevent wasted effort on both sides.</ p >
0 commit comments