-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support global char init and logical/equality ops
- 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.
- Loading branch information
Showing
2 changed files
with
48 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters