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
I've wrote some code using Symbolism. It is interesting enough to be
shared. It is not ready to be integrated and I don't have time to
finish it. So I publish the mess as is.
The code includes:
MakeFunction() to create custom functions,
Subs() to substitute (custom) functions using callback (and
SubsFunctionStatic() to substitute variadic functions),
my own tree traversal with replacement by callback (like
DeepSelect() but goes bottom-to-top),
Output to LaTeX, either to .tex file or to .html file that includes
MathJax,
parser based on compilation (just for fun, not for real use!),
I've wrote some code using Symbolism. It is interesting enough to be
shared. It is not ready to be integrated and I don't have time to
finish it. So I publish the mess as is.
The code includes:
SubsFunctionStatic() to substitute variadic functions),
DeepSelect() but goes bottom-to-top),
MathJax,
https://gist.github.com/AlekseyCherepanov/53ec25566453686b95cc
The text was updated successfully, but these errors were encountered: