Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVanNifterick committed Dec 11, 2016
2 parents d313cea + 2461427 commit 4db9704
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ It contains a split view, with C on the left and Delphi on the right.
The Delphi code gets updated in realtime when you edit the C code.
The editors are kept in sync, so you can easily find how a specific piece of code was converted.

* **Syntax checks** on the generated code can be done using DelphiAST (undefine USE_DELPHIAST if you don't have it installed).
* You can even **run** the code using DWS by pressing F9 (undefine USE_DWS if you don't have it installed)
* **Syntax checks** on the generated code can be done using DelphiAST
* You can even **run** the code using DWS by pressing F9

* You can drag/drop multiple C files to the application. It'll find the .h files that belong to it, and convert all to .pas files in the same folder.

Expand All @@ -20,3 +20,4 @@ Features:
* Converts enums
* Converts 1 and 2 dimensional arrays
* Converts many other common routines to Delphi equivalents (strcpy,strcat,strlen,printf,argv,argc,etc)
* Converts classes

0 comments on commit 4db9704

Please sign in to comment.