CosmosOS / IL2CPU

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
BSD 3-Clause "New" or "Revised" License
279 stars 71 forks source link

Refactor IL2CPU (part 1) #192

Closed AnErrupTion closed 3 months ago

AnErrupTion commented 1 year ago

This PR refactors IL2CPU. Mainly, the folder hierarchy has been changed, and some part of reflection has been removed. This is only the first part as I plan to refactor more, I just split it up between multiple PRs to make the task easier. 😄