Skip to content

Commit

Permalink
Merge pull request #554 from oguimbal/doc
Browse files Browse the repository at this point in the history
Add Deno + pg-mem doc
  • Loading branch information
kach authored Nov 11, 2020
2 parents 4beec6f + 007ba5f commit 541bc90
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h3 id="projects-using-nearley">Projects using nearley</h3>
validates and expands CSS shorthands,
<a href="https://github.com/hhornbacher/node-scad-parser">node-scad-parser</a> parses
OpenSCAD 3D models, <a href="https://github.com/justinkenel/js-sql-parse">js-sql-parse</a>
parses SQL statements,<a href="https://github.com/appology/resp-parser">resp-parser</a> is
parses SQL statements, <a href="https://github.com/oguimbal/pg-mem">pg-mem</a> is an in-memory Postgres database emulator, <a href="https://github.com/appology/resp-parser">resp-parser</a> is
a parser for the RESP protocol, <a href="https://github.com/AntonShan/Celio">celio</a>
parses Celestia star catalogs.</p>
<p><strong>Templating and files</strong>: <a href="https://github.com/bobbybee/uPresent">uPresent</a> is a
Expand Down
2 changes: 1 addition & 1 deletion docs/md/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ parses and tokenizes CSS3 selectors,
validates and expands CSS shorthands,
[node-scad-parser](https://github.com/hhornbacher/node-scad-parser) parses
OpenSCAD 3D models, [js-sql-parse](https://github.com/justinkenel/js-sql-parse)
parses SQL statements,[resp-parser](https://github.com/appology/resp-parser) is
parses SQL statements, [pg-mem](https://github.com/oguimbal/pg-mem) is an in-memory Postgres database emulator, [resp-parser](https://github.com/appology/resp-parser) is
a parser for the RESP protocol, [celio](https://github.com/AntonShan/Celio)
parses Celestia star catalogs.

Expand Down
3 changes: 3 additions & 0 deletions docs/md/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,6 @@ Adam Rich to load grammars directly.
**Jest** users can use
[jest-transform-nearley](https://github.com/adam1658/jest-transform-nearley) by
Adam Rich to load grammars directly.

**Nearley for Deno** use your compiled parser in deno with
[this nearley deno port](https://deno.land/x/nearley) by Olivier Guimbal
2 changes: 2 additions & 0 deletions docs/tooling.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ <h3 id="other-tools">Other Tools</h3>
<p><strong>Jest</strong> users can use
<a href="https://github.com/adam1658/jest-transform-nearley">jest-transform-nearley</a> by
Adam Rich to load grammars directly.</p>
<p><strong>Nearley for Deno</strong> use your compiled parser in deno with
<a href="https://deno.land/x/nearley">this nearley deno port</a> by Olivier Guimbal</p>


<div id="footer"><p>nearley is MIT-licensed. It's maintained by <a
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h3 id="projects-using-nearley">Projects using nearley</h3>
validates and expands CSS shorthands,
<a href="https://github.com/hhornbacher/node-scad-parser">node-scad-parser</a> parses
OpenSCAD 3D models, <a href="https://github.com/justinkenel/js-sql-parse">js-sql-parse</a>
parses SQL statements,<a href="https://github.com/appology/resp-parser">resp-parser</a> is
parses SQL statements, <a href="https://github.com/oguimbal/pg-mem">pg-mem</a> is an in-memory Postgres database emulator, <a href="https://github.com/appology/resp-parser">resp-parser</a> is
a parser for the RESP protocol, <a href="https://github.com/AntonShan/Celio">celio</a>
parses Celestia star catalogs.</p>
<p><strong>Templating and files</strong>: <a href="https://github.com/bobbybee/uPresent">uPresent</a> is a
Expand Down

0 comments on commit 541bc90

Please sign in to comment.