Fish Fillets - Next Generation Code-d2cpp
Brought to you by:
fidlej
| File | Date | Author | Commit |
|---|---|---|---|
| cpp_ref | 2004-04-01 |
|
[097b97] Initial revision |
| d2cpp | 2004-07-19 |
|
[ecd2d2] Added tpg.py, to break dependence. |
| examples | 2004-04-01 |
|
[097b97] Initial revision |
| obp_grammar | 2004-04-01 |
|
[097b97] Initial revision |
| pasic | 2004-08-05 |
|
[860f38] Moved unary plus and minus to Factor. |
| README | 2004-05-10 |
|
[02c5ec] Fixed typo. |
| d2cpp.sh | 2004-04-01 |
|
[097b97] Initial revision |
d2cpp ----- - delphi to cpp converter Based on: - delphi2cpp ... used to convert decleration - pasic ... used to convert function bodies Main Features: - operators precedence is consider - indents output source code How to use: You will need Python. $ ./d2cpp.sh examples/SenderMain.pas New files will be created: examples/SenderMain.h examples/SenderMain.cpp Current Limitation: See pasic/pasic.pyg for pasic limitations. limitations based on delphi2cpp: - does not support multi-dimension arrays, e.g. [1..3, 1..8] - does not support specification of type with 'file of' Homepage: http://fillets.sf.net