SomeRanDev / reflaxe

Haxe framework for creating compilation targets using macros
MIT License
91 stars 4 forks source link

standardizeUnopValue : type expression correctly #13

Closed Pign closed 7 months ago

SomeRanDev commented 7 months ago

(Notes to future self) I'm trying to think of an instance where Something++ does not have its own type. Operator overloading comes to mind, but by the time the Haxe compiler reaches the post-typing phase, all the operator overloads have been converted to their functions. So this is safe to assume for the time being.