An open API service indexing awesome lists of open source software.

https://github.com/bastianblokland/cil-playground-dotnet

Playground to learn CIL programming
https://github.com/bastianblokland/cil-playground-dotnet

Last synced: 6 months ago
JSON representation

Playground to learn CIL programming

Awesome Lists containing this project

README

          

# CIL Playground

Playground to learn cil programming.

References:
* [Wiki](https://en.wikipedia.org/wiki/Common_Intermediate_Language)
* [Il opcode docs](https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.br)
* [ECMA Spec](https://www.ecma-international.org/publications/standards/Ecma-335.htm)
* [Cil Programming by Jason Bock](https://www.amazon.com/CIL-Programming-Under-Hood-NET/dp/1590590414)