nix-parsec icon indicating copy to clipboard operation
nix-parsec copied to clipboard

Results 3 nix-parsec issues
Sort by recently updated
recently updated
newest added

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...