How to parse specific syntax elements and discard the rest?
Haskell Community [Unofficial]
May 7, 2026
Haskell has nix parser.
So you can use Syb to discover paths on AST
you can take GitHub - yaitskov/literal-flake-input: Web service and cli tool for converting URL path into Nix attrset · GitHub as example
Discussion in the ATmosphere