MINOL

1 program Added 2026-02-13T10:30:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Mini Oriented Language
Provenance: commit 3e85ea07a8 · authored 2026-02-13T09:40:26+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

TOL (0.47)SOL (0.44)KOOL (0.42)SIMPOL (0.38)DIBOL (0.38)

LLM-contributed programs

Sum 1 to 10

Provenance: commit 3e85ea07a8 · authored 2026-02-13T09:40:26+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.minol · added: 2026-02-13T10:30:00Z
BEGIN
  INTEGER I, SUM;
  SUM := 0;
  FOR I := 1 TO 10 DO
    SUM := SUM + I;
  END;
  WRITE(SUM);
END

Contribute — propose a file extension

Tell us where to find evidence about MINOL (mapped to pl/minol). 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/MINOL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← MinML minopt →