Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 784 Bytes

TODO.md

File metadata and controls

28 lines (19 loc) · 784 Bytes

Derivative Calculator

Project Description

TODO.md spec & Kanban Board

Todo

  • allow substraction of unspaced numbers like "3-4". Now only "3 - 4" is allowed because "-4" is interpreted as a numeric token by itself
  • eventually, implement simplification of function for specific variables like e, pi, and others
  • implement nth roots
  • implement implicit multiplication

In Progress

Done ✓

  • implement function tree simplification
  • implement derivation of known functions
  • implement linear representation of a function tree
  • implement derivation
  • add a readme
  • implement functions
  • implement destructors
  • create ast parser
  • Create tokenizer