Zeno Rogue

Results 3 issues of Zeno Rogue

Hello, I have added CITATION.cff to our GitHub repos, but some things are not satisfying: * "message" field seems to be a great idea, but GitHub does not display it,...

question

When I try to compile, I get lots of "multiple definition of ``'" errors. This is because e.g. PHL.h defines `int WHITE` and thus every file which #includes PHL.h has...

C++11 added lambdas, e.g. `std::sort(x.begin(), x.end(), [] (int a, int b) { return a > b; });` but Colorer still seems to consider "{" appearing inside parentheses to be errors....

bug
c