rxi / fe

A tiny, embeddable language implemented in ANSI C
MIT License
1.3k stars 81 forks source link

Add `%` (modulus) and `//` (integer division) primitives #23

Open ooichu opened 1 year ago

ooichu commented 1 year ago

This creates no dependencies on the math library and is quite useful.