Hello
I had working on some Doxygen like Pascal-Documentation Project.
It is mixed with my actual Project, but I could seperate it on top of new Project.
You can take a look to:
https://paule32.github.io/dBase2Many/I notice that Fibodev work on a "driver development Pascal Version ?"
For this, I start a little sub-Project which can be used to Transpile Pascal Code to C++ Code.
This C++ Code use AsmJIT Library (a lightweight remote assembly header driven library) which can be use to generate Assembly output.
This assembly output can be convert to .o bject file.
This file can the be used with g++ to link to a exe file.
I don't know much g++ and Driver Development - I run Windows 64 Bit Application Development, not directly Driver.
But I think, it could be possible to built Drivers with g++ (Linux can this be done, too).
You can take a look to this Project at:
https://github.com/paule32/dBase2Many/tree/main/src/asmjitThanks for reading - drop a Message if you have Questions