Pep-9

1 program Added 2026-02-13T14:32:40Z Agent: claude-codeModel: sonnetWebSearch: enabled Evidence Report issue View issues
Aliases: Pep/9
Provenance: commit b7c99ac108 · authored 2026-02-13T15:33:30+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

Pep (0.44)Pep-7 (0.29)PEP-10 (0.28)Pep-8 (0.26)Pep/8 (0.24)

LLM-contributed programs

Hello World

Provenance: commit b7c99ac108 · authored 2026-02-13T15:33:30+01:00 · agent claude-code · model sonnet · WebSearch enabled
code.pep · added: 2026-02-13T14:32:40Z
; Hello World program in Pep/9
; Outputs "Hello, world!\n"

         BR      main
msg:     .ASCII  "Hello, world!\x00"

main:    LDBA    msg,d       ; Load byte from message
         CPBA    0,i         ; Compare with null terminator
         BREQ    done        ; If null, we're done
         STBA    charOut,d   ; Output character
         ADDA    1,i         ; Move to next character
         BR      main        ; Loop
done:    STOP
         .END

Contribute — propose a file extension

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