Bril

1 program Added 2026-02-07T18:30:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Big Red Intermediate Language
Provenance: commit d79193add3 · authored 2026-02-07T12:02:04+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Common Intermediate Language (0.42)CIL (0.37)LIL (0.28)HSAIL (0.28)Eve (0.24)

LLM-contributed programs

Fibonacci Sequence

Provenance: commit d79193add3 · authored 2026-02-07T12:02:04+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.json · added: 2026-02-07T18:30:00Z
{
  "functions": [
    {
      "name": "main",
      "instrs": [
        {"dest": "n", "op": "const", "type": "int", "value": 10},
        {"dest": "a", "op": "const", "type": "int", "value": 0},
        {"dest": "b", "op": "const", "type": "int", "value": 1},
        {"dest": "i", "op": "const", "type": "int", "value": 0},
        {"label": "loop"},
        {"args": ["i", "n"], "dest": "cond", "op": "lt", "type": "bool"},
        {"args": ["cond"], "labels": ["body", "end"], "op": "br"},
        {"label": "body"},
        {"args": ["a"], "op": "print"},
        {"args": ["a", "b"], "dest": "sum", "op": "add", "type": "int"},
        {"args": ["b"], "dest": "a", "op": "id", "type": "int"},
        {"args": ["sum"], "dest": "b", "op": "id", "type": "int"},
        {"dest": "one", "op": "const", "type": "int", "value": 1},
        {"args": ["i", "one"], "dest": "i", "op": "add", "type": "int"},
        {"labels": ["loop"], "op": "jmp"},
        {"label": "end"}
      ]
    }
  ]
}

Contribute — propose a file extension

Tell us where to find evidence about Bril (mapped to pl/bril). 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/Bril/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← brightscript-lang Bring to another →