-
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 character initialization and initialization with logic…
…al and equality operators - Refactor read_numeric_sconstant function: - Add support for character initialization. - Add support for brackets containing only primary values. - Rename function to read_primary_constant for clarity. - Refactor eval_expression_imm function: - Add support for logical and equality operators: OP_log_and, OP_log_or, OP_eq, OP_neq. - Add global character initialization test and global initialization with logical and equality operation test.
- 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