SFTRAN

1 program Added 2026-02-12T12:14:35Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Structured FORTRAN
Provenance: commit d192a5b564 · authored 2026-02-12T13:15:10+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

Structured Text (0.34)WATFIV-S (0.31)Fortran (0.31)S-BASIC (0.30)SQR (0.28)

LLM-contributed programs

Factorial Program

Provenance: commit d192a5b564 · authored 2026-02-12T13:15:10+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.f · added: 2026-02-12T12:14:35Z
      PROGRAM FACT
      INTEGER N, I, RESULT
      WRITE(6,*) 'ENTER A NUMBER:'
      READ(5,*) N
      RESULT = 1
      DO I = 1, N
         RESULT = RESULT * I
      END DO
      WRITE(6,*) 'FACTORIAL IS:', RESULT
      STOP
      END

Contribute — propose a file extension

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