publicsuffix / list

The Public Suffix List
https://publicsuffix.org/
Mozilla Public License 2.0
2.03k stars 1.22k forks source link

tools/internal/parser: minor parser cleanups #2021

Closed danderson closed 3 months ago

danderson commented 3 months ago

Two cleanup commits: one is a pure code move to extract the fuzzy metadata parsing into its own file, and the other switches to pointers for the output data structures instead of copying and duplicating big structs all over the place.

I'm still working on switching the output to a tree so we can do the fmt and format switching bits, but I should have that ready in the next day or 2.