windelbouwman / ppci

A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
https://ppci.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
337 stars 36 forks source link

Update compiler explorer to latest version #37

Open windelbouwman opened 4 years ago

windelbouwman commented 4 years ago

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.

pfalcon commented 4 years ago

I assume addressing this would involve submitting a ticket/PR to https://github.com/mattgodbolt/compiler-explorer ?

windelbouwman commented 4 years ago

Yes, that would be the plan indeed. One check is that there must not be generated the f.out file, this was a problem in the past (refer here https://github.com/compiler-explorer/compiler-explorer/issues/1169)