String-parsing in Nix: Difference between revisions
imported>Milahu update: Parser combinators |
imported>Milahu add section: Grammars |
||
Line 56: | Line 56: | ||
* https://github.com/nprindle/nix-parsec - API is similar to [https://github.com/mrkkrp/megaparsec megaparsec] in Haskell | * https://github.com/nprindle/nix-parsec - API is similar to [https://github.com/mrkkrp/megaparsec megaparsec] in Haskell | ||
=== Grammars === | |||
* antlr https://github.com/antlr/grammars-v4 | |||
* tree-sitter https://github.com/search?q=tree-sitter+grammar | |||
== See also == | == See also == |