/Function-Parser

A silly little function parser that isn't awful

Primary LanguageRust

Function Parser

A function parser. Can theoretically evaluate any basic function. Main function is essentially a test case that evaluates f(x) and f'(x)

To-do

  • parenthesis support
  • clean up output
  • substrings
  • improve multi-digit parsing support
  • actually parse "correctly"
  • sqrt cosine and other "fun" functions
  • coefficients
  • negatives