elliotchance / c2go

⚖️ A tool for transpiling C to Go.
MIT License
2.09k stars 155 forks source link

Handle wide-character string literals in regex #867

Closed kroppt closed 4 years ago

kroppt commented 4 years ago

Fixes #866

Does not add support for wide-character strings per se, only for parsing the clang AST without crashing.


This change is Reviewable