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
It seems to me that it would be useful to bind Delphi code not only with Lua, but also with other languages: JavaScript, Python, etc. But since it is quite difficult to process RTTI, and it is very different for FreePascal, old and new versions of Delphi, I have created several units that can be used now: https://github.com/d-mozulyov/Tiny.Library/blob/master/doc/Rtti.md
You can contact me with any questions. I would like to see a convenient Delphi+JS library appear over time.
The text was updated successfully, but these errors were encountered:
Your code is really impressive and for sure i'll use it into my RTTI port for QJS.
I was working on my own RTTI code, But I stopped it.
But I think i'll return to continue working on it.
Hello
I partially implemented Delphi and Lua binding based on RTTI and manually registered information. See an example, I hope you like this way: https://github.com/d-mozulyov/CrystalLUA/blob/master/README.md
It seems to me that it would be useful to bind Delphi code not only with Lua, but also with other languages: JavaScript, Python, etc. But since it is quite difficult to process RTTI, and it is very different for FreePascal, old and new versions of Delphi, I have created several units that can be used now: https://github.com/d-mozulyov/Tiny.Library/blob/master/doc/Rtti.md
You can contact me with any questions. I would like to see a convenient Delphi+JS library appear over time.
The text was updated successfully, but these errors were encountered: