You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refactor read_numeric_sconstant function:
- Support character initialization.
- Support brackets with primary values only.
- Rename to read_primary_constant for clarity.
- Refactor eval_expression_imm:
- Add support for logical and equality operators:
- OP_log_and, OP_log_or, OP_eq, OP_neq.
- Add tests:
- Global character initialization.
- Global initialization with logical and equality operations.
0 commit comments