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

Putting underscore in a function name yields an error. #3

Closed RedSkittleFox closed 3 years ago

RedSkittleFox commented 3 years ago

Putting an underscore in a name of a function causes syntax error. Reproducable example: void this_doesnt_work(int) https://eisenwave.github.io/cdecl-plus/?decl=void%20this_doesnt_work(int)

Eisenwave commented 3 years ago

Thanks for the report.