Skip to content

Commit

Permalink
Merge pull request #451 from ratmice/third_party_tools
Browse files Browse the repository at this point in the history
Add a doc section for third party tools
  • Loading branch information
ltratt authored May 13, 2024
2 parents 86f0aca + b090927 commit b4d2b98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
- [nimbleparse](nimbleparse.md)
- [cfgrammar](cfgrammar.md)
- [lrtable](lrtable.md)
- [third party](thirdparty.md)
- [Other Rust parsing tools](othertools.md)
7 changes: 7 additions & 0 deletions doc/src/thirdparty.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Libraries and tools developed by third parties

Besides using grmtools to develop parsers. The following items use grmtools
to extend or augment the functionality which may be useful to people developing
parsers with grmtools.

- [nimbleparse_lsp](https://github.com/ratmice/nimbleparse_lsp)

0 comments on commit b4d2b98

Please sign in to comment.