You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: