'Engine.old' as the folder name says.

This commit is contained in:
2021-01-21 14:08:39 -06:00
commit c19ade9a40
20 changed files with 1434 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
A very terrible first go at parsing and calculating mathamtical expressions.
This project evolved into the [calc_engine](https://gitea.copyrightcrusader.org/glm94/calc_engine) project.
This code was eventually ported into Python to create the calc_engine. That later evolved into the [terrain_generator](https://gitea.copyrightcrusader.org/glm94/terrain_generator).
However, this project is offically abandoned and no longer active. Its only here as a archive of what I've done, and how much I learned since
writing this code. Which, to be frank, is very bad.