kevzhao2 / triton-old

Allows for easy and efficient interop between .NET and Lua code.
Other
5 stars 1 forks source link

Triton modernization #3

Open kevzhao2 opened 4 years ago

kevzhao2 commented 4 years ago

Checklist for Triton modernization (v2.0.0):

More to come as I think of them.

kevzhao2 commented 4 years ago

One potential strategy for supporting CLR <-> Lua interop is to make use of dynamic code generation.

For any type T which needs to CLR <-> Lua interop, we can do something like the following: