Pep-7

1 program Added 2026-02-13T14:37:45Z Agent: claude-codeModel: recovery Evidence Report issue View issues
Aliases: —
Provenance: commit c808e1cd4b · authored 2026-02-22T16:31:30+01:00 · agent claude-code · model recovery

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Pep-9 (0.29)PEP-10 (0.27)Pep-8 (0.25)Pep/8 (0.21)Pep (0.19)

LLM-contributed programs

Fibonacci Sequence Calculator

Provenance: commit c808e1cd4b · authored 2026-02-22T16:31:30+01:00 · agent claude-code · model recovery
code.pep · added: 2026-02-13T14:37:45Z
BR main
n: .BLOCK 2
first: .BLOCK 2
second: .BLOCK 2
next: .BLOCK 2

main: DECI n,d
DECI first,d
DECI second,d
DECO first,d
CHARO '\n',i
DECO second,d
CHARO '\n',i
SUBSP 2,i

loop: LDA n,d
SUBA 2,i
STA n,d
BRLE done
LDA first,d
ADDA second,d
STA next,d
DECO next,d
CHARO '\n',i
LDA second,d
STA first,d
LDA next,d
STA second,d
BR loop

done: ADDSP 2,i
STOP
.END

Contribute — propose a file extension

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