qwertie / ecsharp

Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
http://ecsharp.net
Other
172 stars 25 forks source link

Unity3d support #54

Closed friuns2 closed 6 years ago

friuns2 commented 6 years ago

Is it possible integrate with unity3d? which using mono/il2cpp

qwertie commented 6 years ago

LeMP can be used in any C# project. It translates code that uses macros to plain C#.

friuns2 commented 6 years ago

oh i though it was compiling directly to il, have to try it out then, thanks