Windel Bouwman

Results 52 issues of Windel Bouwman

Hi, I was wondering whether this testcase should work or not? What am I doing wrong in this case, or is this a bug? ``` ---- test_roundtrip stdout ---- thread...

bug

Hi, First off: compliments for the lark strategy, it is fantastic! One feature I would like to request is to be able to inject whitespace, or any token seperator text...

enhancement
lark

When compiling rtabmap with a newer version of the PCL library, the define DISABLE_VTK is not defined. This causes a compilation error in rtabmap. For example, this piece of code...

Change cmake configuration to use an imported target for the res_tool when cross compiling. Benefit is that cross compilation is simpler, and the logic for building the res_tool or not...

Hi Evan! Cool project! I also recently started with a C preprocessor in python, can be seen here: https://github.com/windelbouwman/ppci-mirror/blob/master/examples/c/hello/demo_pycparser.py Maybe it is a good idea to add some travis integration...

At this point the logo is pretty minimalistic. We may require a new project logo.

help wanted

This looks cool: https://polly.llvm.org/performance.html How would we integrate this?

This post lists some interesting ideas about compiler testing: https://old.reddit.com/r/Python/comments/eieuld/c_compiler_written_in_python/ Csmith is an example: https://embed.cs.utah.edu/csmith/using.html The other idea is hypothesis testing: https://hypothesis.works/ Work out some ideas about testing the compiler...

question

This site: https://godbolt.org/ has support for ppci, but an older version. As a side note, we might add support there to output the AST, which is possible with ppci.

help wanted

I want the debugging reporting to be as good as possible, to save time while debugging. Current methods which help developers (e.g. myself): - HTML report with compilation process -...