ollydbg

Results 69 issues of ollydbg

Hi, if I put all the grammar rules in the header file, when I change the rule, I may rebuild the whole code which include the grammar header, so I...

As discussed this comment: https://github.com/axilmar/parserlib/issues/26#issuecomment-3430785872 We may find a way to show the call-stack of the rules, so debugging may be much easier.

I see this library have an interface `preprocess`, which read a file and write an output file of whole results. For a high level parser, it would better to supply...

It looks like Audacity is now using QT as the GUI, but it used wxWidgets as GUI before. So, I think it should be removed from the [Screenshots - wxWidgets](https://wxwidgets.org/about/screenshots/)...

Hi, here is class I used to draw a mesh ``` // ============================================================= // Helper Functions (outside the class) // ============================================================= // Example height function float f(float x, float y,...

Currently, it is not implemented, see discussion here: https://github.com/markaren/threepp/issues/304#issuecomment-3263063120

I create a demo project in github to show svg images in wxWidgets window. I can use the lunasvg(sammycage/lunasvg: SVG rendering and manipulation library in C++ — https://github.com/sammycage/lunasvg) API to...

documentation

Hi, I have clone both the `common` and `cppparser` code repo, and put them in the same directory `/g/code-temp/parser`. Now, here is the build log I use: ~~~ abc@mypc MINGW64...

It looks like the line information is not recorded in the ast? The idea is that a navigate tree can be constructed from the ast, and when user click on...