String-parsing in Nix: Difference between revisions
Appearance
imported>Milahu init |
(No difference)
|
Revision as of 17:45, 17 November 2022
String parsers
Some string parsers written in Nix
yaml
toml
yarn.lock
- https://github.com/nix-community/dream2nix/blob/main/src/subsystems/nodejs/translators/yarn-lock/parser.nix
- https://github.com/nix-community/npmlock2nix/pull/29
cabal freeze
IPv4 addresses
https://github.com/NixOS/nix/issues/1491#issuecomment-318273971
Parser generators
Generate parser from grammar