Rochus Keller

Results 13 issues of Rochus Keller

Thanks for this great small C compiler; it's lean and powerful. In case you're interested: I reused your parser to implement a C header file to Oberon+ definition module transpiler,...

E.g. in HTML or PDF format? Not critical, but would be useful.

documentation
work-in-progress

This is a great library and there is definitely a need for it; thank you very much for open-sourcing it! I explored the code and made some experiments with the...

enhancement
work-in-progress

Does anyone know, whether the documentation in https://tack.sourceforge.net/olddocs/em.pdf of the EM language family is still precise and representative enough for the recent version of the toolkit (i.e. the most recent...

I'm the author of https://github.com/rochus-keller/Oberon and use a minimal Mono CLR version to debug and run Oberon programs in my IDE. I originally was using the Mono 5 CLR, but...

The [results document](https://github.com/smarr/are-we-fast-yet/blob/master/docs/performance.md) is useful but didn't change since eight years. Are there any updated performance tables somewhere like [this one](https://github.com/smarr/are-we-fast-yet/blob/master/docs/performance.md#performance-overview-data) and [this one](https://github.com/smarr/are-we-fast-yet/blob/master/docs/performance.md#benchmark-results) comparing different Smalltalk, Lua and JS...

This is the replacement for https://github.com/LADSoft/OrangeC/pull/1032 in the hope that the windows build now works or is at least easier to fix.

Firm and Cparser are indeed impressive and useful works. Im currently reading the papers, theses and reports available on the web and wonder why there isn't more activity here on...

### What I did: 1. Downloaded and built cparser 1.22.1 and libfirm 1.22 (I had to use commit https://github.com/libfirm/libfirm/commit/20c5dd7d55f6e3fc9b7bfbfdc34bc342d03aa798 of libfirm to avoid the Python issue); my test machine is...

The Type, Obj and Node data structures seem to have a pretty different semantics in widcc than in chibicc. What is the correct way to : 1. iterate over all...