ForNeVeR / xaml-math

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
MIT License
637 stars 100 forks source link

Refactored `TexPredefinedFormulaParser` to improve readability and ascertaining more invariants #430

Closed Lehonti closed 1 year ago

Lehonti commented 1 year ago
ForNeVeR commented 1 year ago

Sealed the private parser classes. Also, since most of them don't hold any internal state (and if the maintainer agrees) they can be turned into singletons in a future pull request.

Feel free to do it in a separate PR.