Common Intermediate Language

1 program Added 2025-10-29T11:51:00Z Model: google/gemini-2.5-proTemp: 0.4 Evidence Report issue View issues
Aliases: CIL, MSIL
Provenance: commit 5b701b8740 · authored 2025-10-29T12:51:00+01:00 · model google/gemini-2.5-pro

Sources mentioning this language

5 sources · pl_id: pl/cil
LLM (this repo) · 1PldbLinguistWikipediaWikidata · Q263544

Extensions claimed by this language

1 claim. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.cillinguistprimary77.0K files

Related languages

CIL (0.71)Bril (0.42)Common Workflow Language (0.33)CCL (0.31)HSAIL (0.28)

LLM-contributed programs

Struct ABI Runner Test

Provenance: commit 5b701b8740 · authored 2025-10-29T12:51:00+01:00 · model google/gemini-2.5-pro · Temp 0.4
code.il · license: MIT · added: 2025-10-29T11:51:00Z
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

.assembly extern System.Runtime
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:2:0:0
}
.assembly extern System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:1:0:0
}
.assembly extern mscorlib {}
.assembly StructABIRunner {}

// Verification of this test is not expected to pass.
.verifications 0

.class public auto ansi beforefieldinit StructABI extends [System.Runtime]System.Object
{
  .method public hidebysig static int32 Main() cil managed
  {
    .entrypoint
    .maxstack  2
    .locals init (int32 V_0)
    ldc.i4.s   100
    stloc.0
    call       int32 StructABIClient::Test()
    ldloc.0
    add
    stloc.0
    ldloc.0
    ret
  } // end of method StructABI::Main

  .method public hidebysig specialname rtspecialname
          instance void .ctor() cil managed
  {
    .maxstack  8
    ldarg.0
    call       instance void [System.Runtime]System.Object::.ctor()
    ret
  } // end of method StructABI::.ctor

} // end of class StructABI

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about Common Intermediate Language (mapped to pl/cil). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Common Intermediate Language/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Common Alerting Protocol Common Lisp →