benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Separate Numeric type into integer and float types #111

Closed benreid24 closed 2 years ago

benreid24 commented 2 years ago

Allow implicit conversion and optimistically make everything integer unless it's not a whole. Also add conversion functions.

As part of this: Modify script grammar to include new non-terminal EmptyPGroup that is used exclusively for function calls. This will improve the error tracing for missing semi-colons after function calls. Also look into why the error traces have so many stack levels.