On Thursday, 4 January 2018 at 15:52:15 UTC, Andre Pany wrote:
My hobby project is to create a bridge between the Embarcadero
RAD Studion (Delphi) and D.
The idea is to use all functionality from Delphi and RAD Studio
(GUI designer, thousands of libraries) without writing one 1
line Pascal but write everything in D. At the moment I have
already a windows demo application running, but I hope I can
extend it to MacOS/Android/IPhone...
https://github.com/andre2007/delta-core-10-2-1
The package you see on github is written by hand. At the moment
I am writing a Pascal Parser to
have everything generated by the Pascal Source files
(VCL/Firemonkey/Indy/...) automatically.
Interesting indeed. I am working on putting my transcompiler up
on github, but it is still very much a WIP, and will be for a
long time.
The Extended Pascal PEG is available already, though:
https://github.com/PhilippeSigaud/Pegged/tree/master/pegged/examples/extended_pascal
Bastiaan.