Files
engine/readme.md
T

7 lines
561 B
Markdown

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.