Simple parser for IANA special registry files using Saxy.
Parse a registry file from the priv directory.
Raising version of parse/1
parse/1
@spec parse(String.t()) :: {:ok, [{String.t(), String.t()}]} | {:error, any()}
@spec parse!(String.t()) :: [{String.t(), String.t()}] | no_return()