| Age | Commit message (Collapse) | Author |
|
We already made changes to this library, so we can also resolve the lone
shadowing warning within it.
|
|
|
|
Use: callstack(0x80000000).
!callstack(value) works as a 'does not contain'.
Add strings to expr.h conditionals.
Use quotations: callstack("anim") to check symbols/name.
|
|
This is necessary to retain precision above 32 bits, but more importantly to prevent an expression like (0x80000000 | 1) from flipping the sign of the result.
|
|
- Support hex prefix 0x or OX
- Support scientific notation
Also, reconcile the bitwise complement operator with C (use ~ instead of ^).
|
|
Expression class to store compiled expressions and associated variable list.
Co-authored-by: TryTwo <taolas@gmail.com>
|