Dawoodoz / DFPSR

Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
https://dawoodoz.com/dfpsr.html
83 stars 6 forks source link

Implemented precedence for expressions in the new build system #43

Closed Dawoodoz closed 2 years ago

Dawoodoz commented 2 years ago

The new expression module can handle an arbitrary set of operations using a handwritten recursive descent parser with precedence and look-ahead.