C-To-Delphi-master

所属分类:其他
开发工具:Delphi
文件大小:6478KB
下载次数:2
上传日期:2018-03-25 09:21:06
上 传 者zwzqq
说明:  MIT License Copyright (c) 2016 Wouter van Nifterick Permission is hereby granted, free of charge, to any person obtaining a copy
(MIT License Copyright (c) 2016 Wouter van Nifterick Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:)

文件列表:
C-To-Delphi-0.9.0.png (32802, 2016-12-14)
C2Delphi.Forms.Main.dfm (11842, 2016-12-14)
C2Delphi.Forms.Main.pas (13563, 2016-12-14)
C2Delphi.dpr (1144, 2016-12-14)
C2Delphi.dproj (7279, 2016-12-14)
Colors (0, 2016-12-14)
Colors\Monokai.json (5468, 2016-12-14)
Highlighters (0, 2016-12-14)
Highlighters\C++.json (12014, 2016-12-14)
Highlighters\C.json (9717, 2016-12-14)
Highlighters\Free Pascal.json (18357, 2016-12-14)
Highlighters\Object Pascal.json (24103, 2016-12-14)
LICENSE (1077, 2016-12-14)
Releases (0, 2016-12-14)
Releases\C2Delphi-0.9.0.zip (1767954, 2016-12-14)
Releases\C2Delphi-0.9.1.zip (2399626, 2016-12-14)
Releases\C2Delphi-0.9.2.zip (2399958, 2016-12-14)
WvN.Pascal.CReader.pas (59311, 2016-12-14)
WvN.Pascal.Model.pas (27420, 2016-12-14)

# C-To-Delphi ## Description This tool will convert most of your standard C code. . [Download](https://github.com/WouterVanNifterick/C-To-Delphi/releases "Download") executable here. 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. * The **Syntax checks** of the generated code is verified. (uses DelphiAST) * You can even **run** the generated code by pressing F9 (uses DWS) * 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. ## Features: * If function main exists, a program will be generated. Otherwise a pascal unit with interface/implementation sections. * Converts routines and arguments * Converts for loops * Converts case statements * Converts structs * 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 ![Screenshot](https://raw.githubusercontent.com/WouterVanNifterick/C-To-Delphi/master/C-To-Delphi-0.9.0.png)

近期下载者

相关文件


收藏者