You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a new TexPredefinedFormulaParser is constructed for each TexFormulaParser (even if it is currently singleton in most cases), and then the TexFormulaParser is populated with the data from the TexPredefinedFormulaParser.
We could do better:
parse once
parse on demand?
get rid of these pesky signatures Func<SourceSpan, TexFormula?> in TexFormulaParser::predefinedFormulas.
When fixing this, look for TODO[#xxx] in the code.
The text was updated successfully, but these errors were encountered:
Currently, a new
TexPredefinedFormulaParser
is constructed for eachTexFormulaParser
(even if it is currently singleton in most cases), and then theTexFormulaParser
is populated with the data from theTexPredefinedFormulaParser
.We could do better:
Func<SourceSpan, TexFormula?>
inTexFormulaParser::predefinedFormulas
.When fixing this, look for
TODO[#xxx]
in the code.The text was updated successfully, but these errors were encountered: