@hackage / language-cil

Manipulating Common Intermediate Language AST

Latest0.4.0

About

Metadata

  • Last updated , by TomLokhorst
  • License BSD-3-Clause
  • Maintained by: Tom Lokhorst <tom@lokhorst.eu>

  • Lottery factor: 0

Links

Installation

Readme

Language-Cil is a Haskell library for manipulating CIL abstract syntax and generating .il files.

Common Intermediate Language (CIL), formerly known as Microsoft Intermediate Language (MSIL), is the lowest level language that runs on Microsoft .NET and Mono.

This library is still under development, it only supports a small subset of the full CIL.

See https://github.com/tomlokhorst/language-cil#readme for an example of how to quickly get started.