SpaceManiac / SpacemanDMM

A BYOND language smartness provider, map renderer, and more.
https://marketplace.visualstudio.com/items?itemName=platymuus.dm-langclient
GNU General Public License v3.0
83 stars 83 forks source link

Implement %%, %%=, and operator"" #371

Closed LemonInTheDark closed 1 year ago

LemonInTheDark commented 1 year ago

The float stuff was easy. Operator was too, just took a bit to realize how it worked

Nothin much else to say, outside that I needed to roll my own operation for this one, since float remainder is kinda hard to find (and I couldn't after cursory reading)