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-englishRelated languages
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
\ 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.)