Plain English

1 program Added 2026-02-25T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Osmosian Plain English
Provenance: commit 0f14fb6147 · authored 2026-02-25T18:49:24+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

3 sources · pl_id: pl/plain-english
LLM (this repo) · 1PldbRosettacode

Related languages

Glish (0.19)PLAN (0.15)Plaid (0.14)Plait (0.14)Attempto Controlled English (0.14)

LLM-contributed programs

Compiler Abort Routines

Provenance: commit 0f14fb6147 · authored 2026-02-25T18:49:24+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.pe · license: Public Domain · added: 2026-02-25T10:00:00Z
\ copyright © 2006 the osmosian order (3040)

\ firstparam=esp+4/ebp+8, secondparam=esp+8/ebp+12, etc...

an abort message is a string.

to abort with a string:
  if the compiler's abort flag is set, exit.
  set the compiler's abort flag.
  put the string into the compiler's abort message.

to abort with a string and a byte pointer:
  if the compiler's abort flag is set, exit.
  set the compiler's abort flag.
  put the string into the compiler's abort message.
  find the compiler's abort path and the compiler's abort row# given the byte pointer.
  if the compiler's abort path is blank, exit.
  extract a file name from the compiler's abort path.
  prepend "Error in " then the file name then ". " to the compiler's abort message.

to abort with a string and a rider:
  if the rider's token is not blank, abort with the string and the rider's token's first; exit.
  abort with the string and the rider's source's last.

to add the allocate and deallocate and finalize and destroy routines:
  if the compiler's abort flag is set, exit.
  get a type from the types.
  if the type is nil, exit.

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.)

Contribute — propose a file extension

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