MADCAP

1 program Added 2026-02-10T20:41:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 8afa6b9b47 · authored 2026-02-10T21:41:39+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/madcap
LLM (this repo) · 1Pldb

Related languages

MACLISP (0.20)Kap (0.17)Make (0.17)Mare (0.17)Maru (0.17)

LLM-contributed programs

Macro Addition Example

Provenance: commit 8afa6b9b47 · authored 2026-02-10T21:41:39+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.mad · added: 2026-02-10T20:41:00Z
*       MADCAP SAMPLE PROGRAM
*       DEFINE A SIMPLE MACRO FOR ADDITION
*
        MACRO   ADD3    A,B,C
        LDA     A
        ADD     B
        ADD     C
        STA     RESULT
        ENDM
*
*       USE THE MACRO
        ADD3    NUM1,NUM2,NUM3
*
NUM1    DATA    5
NUM2    DATA    10
NUM3    DATA    15
RESULT  BSS     1
        END

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 MADCAP (mapped to pl/madcap). 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/MADCAP/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Madbrain madcap-vi →