parser/components/handlers/command_registry library
Classes
- CommandRegistry
- Command Registry: Maps LaTeX command names to their corresponding CommandHandler.
Typedefs
- CommandHandler = LatexNode? Function(String cmdName, LatexParserContext ctx, LatexTokenStream stream)
- Command handler functional interface typedef.