Eisenwave / cdecl-plus

Similar to cdecl.org, but with broader support for language features. Static web page which supports file protocol. Parsing and to-prose conversion happen in the front-end, resulting in instant feedback.
https://cdecl.plus/
MIT License
32 stars 4 forks source link

_Atomic isn't translated to atomic everywhere #2

Closed Eisenwave closed 3 years ago

Eisenwave commented 3 years ago

_Atomic(_Atomic int*) * _Atomic x produces:

Declare x as _Atomic pointer to atomic pointer to atomic int