Support complex pointer types
Open
area:compiler
good-first-issue
hacktoberfest
kind:feature
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
Currently, we don't seem to support complex pointer types in some cases (something like `const char const *` or maybe `char[]*`, but I'm not sure; investigation is required).
We should fully support these constructs and improve our pointer declaration-related code.
Look for the number `215` in the code to find clues to implement this feature.
Contributor guide
Assessment
This issue has not been assessed yet.