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/sdlRelated languages
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
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.)