- 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>