Skip to content

Commit 007ba5f

Browse files
committed
Add Deno + pg-mem doc
1 parent 98e4d21 commit 007ba5f

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3 id="projects-using-nearley">Projects using nearley</h3>
380380
validates and expands CSS shorthands,
381381
<a href="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/hhornbacher/node-scad-parser">node-scad-parser</a> parses
382382
OpenSCAD 3D models, <a href="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/justinkenel/js-sql-parse">js-sql-parse</a>
383-
parses SQL statements,<a href="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/appology/resp-parser">resp-parser</a> is
383+
parses SQL statements, <a href="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/oguimbal/pg-mem">pg-mem</a> is an in-memory Postgres database emulator, <a href="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/appology/resp-parser">resp-parser</a> is
384384
a parser for the RESP protocol, <a href="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/AntonShan/Celio">celio</a>
385385
parses Celestia star catalogs.</p>
386386
<p><strong>Templating and files</strong>: <a href="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/bobbybee/uPresent">uPresent</a> is a

docs/md/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ parses and tokenizes CSS3 selectors,
119119
validates and expands CSS shorthands,
120120
[node-scad-parser](https://github.com/hhornbacher/node-scad-parser) parses
121121
OpenSCAD 3D models, [js-sql-parse](https://github.com/justinkenel/js-sql-parse)
122-
parses SQL statements,[resp-parser](https://github.com/appology/resp-parser) is
122+
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
123123
a parser for the RESP protocol, [celio](https://github.com/AntonShan/Celio)
124124
parses Celestia star catalogs.
125125

docs/md/tooling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,6 @@ Adam Rich to load grammars directly.
125125
**Jest** users can use
126126
[jest-transform-nearley](https://github.com/adam1658/jest-transform-nearley) by
127127
Adam Rich to load grammars directly.
128+
129+
**Nearley for Deno** use your compiled parser in deno with
130+
[this nearley deno port](https://deno.land/x/nearley) by Olivier Guimbal

docs/tooling.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ <h3 id="other-tools">Other Tools</h3>
366366
<p><strong>Jest</strong> users can use
367367
<a href="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/adam1658/jest-transform-nearley">jest-transform-nearley</a> by
368368
Adam Rich to load grammars directly.</p>
369+
<p><strong>Nearley for Deno</strong> use your compiled parser in deno with
370+
<a href="https://deno.land/x/nearley">this nearley deno port</a> by Olivier Guimbal</p>
369371

370372

371373
<div id="footer"><p>nearley is MIT-licensed. It's maintained by <a

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3 id="projects-using-nearley">Projects using nearley</h3>
380380
validates and expands CSS shorthands,
381381
<a href="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/hhornbacher/node-scad-parser">node-scad-parser</a> parses
382382
OpenSCAD 3D models, <a href="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/justinkenel/js-sql-parse">js-sql-parse</a>
383-
parses SQL statements,<a href="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/appology/resp-parser">resp-parser</a> is
383+
parses SQL statements, <a href="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/oguimbal/pg-mem">pg-mem</a> is an in-memory Postgres database emulator, <a href="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/appology/resp-parser">resp-parser</a> is
384384
a parser for the RESP protocol, <a href="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/AntonShan/Celio">celio</a>
385385
parses Celestia star catalogs.</p>
386386
<p><strong>Templating and files</strong>: <a href="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/bobbybee/uPresent">uPresent</a> is a

0 commit comments

Comments
 (0)