László Polyák
László Polyák
Thanks for the thank :) I'm happy if you can use my codes... As I wrote in my 'newest' #63 issue :) I'm writing a 'Delphi to JavaScript' compiler, and...
I try to find a solution for the problem. I rewrote **TPasSyntaxTreeBuilder.StringConstSimple** (to add 'char' type specifier for ptAsciiChar tokens) and **TPasSyntaxTreeBuilder.StringConst** (for generate expression with ADD operators from character...
Because Delphi has no string 'escaping' (like in C, C# or JavaScript), I think the string literals like this can be generated as expression, for most effective using of the...