Reflection.Emit
Collapse
X
-
Originally posted by [11:38 PM] Hakulyteonly person who can legit tilt me is like YoshLOriginally posted by スンファンさん右に3回回らない限り間違います。 -
Re: Reflection.Emit
Parsing code if a big pain in the ass I already tried that sometime this year for another project. You gotta have all the language syntax rules laid out and that is just bs.
Tbh the final goal isn't so clear to me either, but I'm thinking about writing code in idk a textbox in the app, have it compile and run when I want to. Something like that.Comment
-
Re: Reflection.Emit
Yeah there's no way around parsing afaik unless you can put it into some form that can be compiled with MSVC.Parsing code if a big pain in the ass I already tried that sometime this year for another project. You gotta have all the language syntax rules laid out and that is just bs.
Tbh the final goal isn't so clear to me either, but I'm thinking about writing code in idk a textbox in the app, have it compile and run when I want to. Something like that.
I believe there's fairly rigorous lexical specifications for C# which definitely simplifies your job in that regard though.Originally posted by [11:38 PM] Hakulyteonly person who can legit tilt me is like YoshLOriginally posted by スンファンさん右に3回回らない限り間違います。Comment
Comment