/pas2dart

Object Pascal (Free Pascal 3, Delphi 2007) to Dart (2.5) transpiler

Primary LanguagePascalGNU General Public License v3.0GPL-3.0

pas2dart

Object Pascal (Free Pascal 3, Delphi 2007) to Dart (2.5) - Transpiler

TODO:

  1. Convert properties (read/write) to get/set Dart style
  2. Convert 'with' statements, removing 'withs'...
  3. Convert some usual string functions from infix (imperative) old style to postfix (OO) new style
  4. Transpile multiple sources using 'uses' declaration
  5. Create standard Dart project from lpr/dpr files
  6. Create helper lib to emulate some Delphi functions in Dart converted app
  7. Convert simple LCL/VCL forms to Flutter, using Flutter for desktop