evil-script icon indicating copy to clipboard operation
evil-script copied to clipboard

可以支持delphi吗

Open QuietMinder opened this issue 2 years ago • 1 comments

QuietMinder avatar Jul 20 '23 12:07 QuietMinder

I don't use Delphi at the moment, so I cannot port it to Delphi right now. However it should be doable, but I will need to address a few obstacles first:

  • Macros: Delphi does not support macros. Therefore certain optimizations, such as computed goto, won't be easily implementable without duplicating a significant amount of code.
  • Strings: From my limited knowledge of Delphi, strings are by default represented as UnicodeString, while the script engine is written with Ansi / UTF-8 strings in mind.

Kagamma avatar Jul 22 '23 09:07 Kagamma