ForNeVeR / Cesium

C compiler for the CLI platform
MIT License
381 stars 42 forks source link

Distinguish identifiers and indirection which detected as typecasts #691

Closed kant2002 closed 1 week ago

kant2002 commented 2 weeks ago

Currently compiler do not know, if (x) is typecase or some identifier in the brackets, so we probe registered types. Also ignore constant specifiers when trying to find constant property on the type.