Module colorizer.parser.registry
Parser Registry Central registry for all color parsers.
Each parser registers a spec describing its config defaults, dispatch mechanism, and parse function.
Functions
| _clear () | Clear all registered specs (for testing). |
| all () | Return all registered specs sorted by priority (ascending). |
| config_defaults () | Return a table of { name = config_defaults } for all registered parsers. |
| get (name) | Look up a parser spec by name. |
| register (spec) | Register a parser spec. |