CSSL

1 program Added 2026-02-07T15:12:53Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Continuous System Simulation Language
Provenance: commit da5cab6b51 · authored 2026-02-07T16:13:43+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

ACSL (0.55)SYMPL (0.33)SIL (0.33)SOL (0.32)ISBL (0.30)

LLM-contributed programs

Simple Harmonic Oscillator

Provenance: commit da5cab6b51 · authored 2026-02-07T16:13:43+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.cssl · added: 2026-02-07T15:12:53Z
TITLE Simple Harmonic Oscillator
CONSTANT K = 1.0, M = 1.0
INITIAL
  X = 1.0
  V = 0.0
END
DYNAMIC
  A = -K * X / M
  V = INTEG(A, 0.0)
  X = INTEG(V, 1.0)
END
TERMINAL T .GE. 10.0
METHOD RKSFX
TIMER DELT = 0.01, FINTIM = 10.0, PRDEL = 0.1
PRINT X, V
END

Contribute — propose a file extension

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