Xeverous

Results 64 issues of Xeverous

I checked, there is no typo in the code. For some reason it cuts `n` when rendering the label and even more (almost 2 letters) when scrolling horizontally.

**Describe the bug** I copy pasted an example from wiki (https://github.com/hsutter/cppfront/wiki/Design-note:-Postfix-operators) to play with and it does not parse. **To Reproduce** Sample code: ```cpp f: (i: int) -> * (j:...

bug

*This is more of a suggestion than a bug but I see your suggestion template is aimed at language features so I write this issue as a bug because I...

bug

This is #1184 but for modulo... sounds like it was forgotten that you can not mod by zero either. There is also a case of division and modulo of `std::numeric_limits::min()...

suggestion