SDL

1 program Added 2026-02-12T11:17:45Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Specification and Description Language
Provenance: commit 48aff0b7e9 · authored 2026-02-12T12:18:02+01:00 · agent claude-code · model sonnet

Sources mentioning this language

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

Related languages

TNSDL (0.70)JFlex (0.47)Z (0.45)RSL (0.44)RAISE (0.43)

LLM-contributed programs

Simple Signal Processing System

Provenance: commit 48aff0b7e9 · authored 2026-02-12T12:18:02+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.sdl · added: 2026-02-12T11:17:45Z
SYSTEM SimpleSystem;

BLOCK SimpleBlock;

PROCESS SimpleProcess;

    START;
        NEXTSTATE Waiting;

    STATE Waiting;
        INPUT Signal1;
            TASK 'Process Signal1';
            OUTPUT Ack TO SENDER;
            NEXTSTATE Waiting;

        INPUT Signal2;
            TASK 'Process Signal2';
            NEXTSTATE Done;

    STATE Done;
        STOP;

ENDPROCESS SimpleProcess;

ENDBLOCK SimpleBlock;

ENDSYSTEM SimpleSystem;

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 SDL (mapped to pl/sdl). 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/SDL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← SDF2 sdlang →