feat: math expression language implementation

This commit is contained in:
2026-01-29 22:12:40 +01:00
parent f7c34448bb
commit ad9c3af0ac
11 changed files with 646 additions and 0 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# A function plotter in python
A recreational programming project.
The idea is to implement a simple math expression language and simple features to plot functions.