Skip to content

Commit

Permalink
deploy: 6ce68af
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Nov 19, 2024
1 parent 43992ce commit d467df1
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 17 deletions.
9 changes: 0 additions & 9 deletions README/index.html

This file was deleted.

1 change: 1 addition & 0 deletions development/benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name="description"
content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism."
/>
<meta name="generator" content="Eleventy v3.0.0">
<title>Benchmark &raquo; Peggy &ndash; Parser Generator for JavaScript</title>
<link rel="stylesheet" href="/css/common.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Expand Down
1 change: 1 addition & 0 deletions development/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name="description"
content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism."
/>
<meta name="generator" content="Eleventy v3.0.0">
<title>Development &raquo; Peggy &ndash; Parser Generator for JavaScript</title>
<link rel="stylesheet" href="/css/common.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Expand Down
1 change: 1 addition & 0 deletions development/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name="description"
content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism."
/>
<meta name="generator" content="Eleventy v3.0.0">
<title>Test &raquo; Peggy &ndash; Parser Generator for JavaScript</title>
<link rel="stylesheet" href="/css/common.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Expand Down
1 change: 1 addition & 0 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name="description"
content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism."
/>
<meta name="generator" content="Eleventy v3.0.0">
<title>Documentation &raquo; Peggy &ndash; Parser Generator for JavaScript</title>
<link rel="stylesheet" href="/css/common.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name="description"
content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism."
/>
<meta name="generator" content="Eleventy v3.0.0">
<title>Peggy &ndash; Parser Generator for JavaScript</title>
<link rel="stylesheet" href="/css/common.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Expand Down Expand Up @@ -43,7 +44,7 @@ <h2>Parser Generator for JavaScript</h2>
<div class="label">Download browser version</div>
<span id="download">
<a title="Download a minified version of Peggy for the browser"
href="https://unpkg.com/peggy@4.1.1/browser/peggy.min.js">minified</a>
href="https://unpkg.com/peggy@4.2.0/browser/peggy.min.js">minified</a>
</span>
<iframe id="discord"
src="https://discordapp.com/widget?id=985995982909100082&theme=dark"
Expand Down
4 changes: 2 additions & 2 deletions js/benchmark-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/examples.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by Peggy 4.1.1.
// @generated by Peggy 4.2.0.
//
// https://peggyjs.org/
(function(root) {
Expand Down
4 changes: 2 additions & 2 deletions js/test-bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions online.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name="description"
content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism."
/>
<meta name="generator" content="Eleventy v3.0.0">
<title>Online Version &raquo; Peggy &ndash; Parser Generator for JavaScript</title>
<link rel="stylesheet" href="/css/common.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Expand Down
4 changes: 2 additions & 2 deletions vendor/peggy/peggy.min.js

Large diffs are not rendered by default.

0 comments on commit d467df1

Please sign in to comment.