This repo contains a project in modern C++ meant for generating derivatives for any algebraic function. Work in progress.
- Git & GitHub set up properly
- VSCode editor
- clangd extension
- CMake support extension
- CMake 3.28+
- Make, ninja, or some other native build system...
- *nix or WSL setups with GCC installed will likely work.
Add GitHub Actions config to try building and then running component tests.(WON'T FIX)- Complete derivation logic. (WIP)
- Create emitter for AST to function model. (WIP)
- NOTE: include pre-transformations e.g distribute negations or fold constants.
- Add REPL logic to prompt for equations to derive / evaluate derivative at some x.