nix-parsec
nix-parsec copied to clipboard
parse.sh is useful for prototyping new parsers also needed because `nix repl` caches imports, so i cannot use a devloop like ```nix ((import ./examples/uuids/default.nix {})).parseUuid "123e4567-12d3-a456-426614174000" ``` also - add...
Another thanks for this library from me :) This is a general parser for lisp files in Nix with 2 specific use cases/examples being `info.rkt` files and the racket package...
Thank you for this great library! At the moment there is an effort to get a pure nix parser for yarn.lock files. The idea behind this is that we could...