Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some dirty code to look into #5

Open
AlekseyCherepanov opened this issue Jan 10, 2016 · 1 comment
Open

some dirty code to look into #5

AlekseyCherepanov opened this issue Jan 10, 2016 · 1 comment

Comments

@AlekseyCherepanov
Copy link

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!),
  • some examples of usage,
  • minor stuff.

https://gist.github.com/AlekseyCherepanov/53ec25566453686b95cc

@gruckion
Copy link

Thank you for sharing. Sounds amazing, will definitely take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants