evil-script
evil-script copied to clipboard
可以支持delphi吗
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.