[DiscordArchive] is not there a way to dynamically parse things in c#?
[DiscordArchive] is not there a way to dynamically parse things in c#?
Archived author: Skarn • Posted: 2018-11-04T14:55:19.717000+00:00
Original source
is not there a way to dynamically parse things in c#?
Archived author: Quantam • Posted: 2018-11-04T14:55:53.299000+00:00
Original source
You can programmatically generate bytecode and have the compiler compile it
Archived author: Skarn • Posted: 2018-11-04T14:55:59.295000+00:00
Original source
ew
Archived author: Skarn • Posted: 2018-11-04T14:56:05.141000+00:00
Original source
I meant normal way
Archived author: Quantam • Posted: 2018-11-04T14:56:15.115000+00:00
Original source
Me and Skywing made a JIT for NWScript using .NET
Archived author: Quantam • Posted: 2018-11-04T14:56:47.742000+00:00
Original source
There's templates. Templates are JITed. That'd be the first thing I'd try.
Archived author: Quantam • Posted: 2018-11-04T14:57:15.598000+00:00
Original source
Would work great for something like the TACT binaries (e.g. encoding)
Archived author: Quantam • Posted: 2018-11-04T14:57:45.001000+00:00
Original source
Though... I'm not actually familiar with using binary stuff in .NET so perhaps it wouldn't work as well as it sounds to me
Archived author: MaxtorCoder • Posted: 2018-11-04T14:58:30.918000+00:00
Original source
How did you btw parse the section headers <@86339151300956160>
Archived author: MaxtorCoder • Posted: 2018-11-04T14:58:45.192000+00:00
Original source
In WDC2