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

Duplicate qualifiers on pointers aren't rejected #32

Closed Eisenwave closed 1 month ago

Eisenwave commented 2 months ago

cdecl+ Input

char* const const

Expected Prose

const pointer to char

Also expecting an error informing the user about the duplicate qualifier.

Actual Prose or Error

const const pointer to char