Andrew Sukach
Andrew Sukach
I'll take a look at this issue.
Sorry for the late response, and thank you for the reporting this bug. Not sure if you could already tell, but essentially we're parsing the first expression as a dereference...
Thanks @hsutter. So, the change you propose does indeed fix this issue, but as I suspected: > that rule would prevent valid binary expressions involving a dereference it introduces another...
> got another example (beside #1216) that breaks on current master: Thank you for the report.
I think that's a really good suggestion since it's something I use pretty often in C++. I played around with the transpiled code a bit and I believe it's going...
Pardon my ignorance, but isn't u8 an unsigned 8 bit integer, not a utf-8 character literal?
From my closed pr (referring to case D): https://github.com/hsutter/cppfront/commit/d0836be2bff6a65d6ffb081a3d4cb14ccc49c25f suppresses the error, but returning a default object drops the pc_qualifiers. Due to cppfront's being a backtracking parser, it does the...