cake icon indicating copy to clipboard operation
cake copied to clipboard

Review semantics of operators

Open thradams opened this issue 2 years ago • 1 comments

It is necessary to review semantics of each operator. I did this for addition-expression only.

thradams avatar Apr 14 '23 00:04 thradams

I want to create a table for each operator representing the iteration for instance..

Operator ||

nullptr    nullptr enum array function integer float
enum
array
function
integer
float

etc

thradams avatar Apr 15 '23 20:04 thradams