Make sizeof to accept not only an expression but also a typename
Previously, chibicc's sizeof accepted only an expression, so you couldn't write something like `sizeof(int)`. Now it accepts that.
parent
60d12c07
Please register or sign in to comment