Ceptre

1 program Added 2026-02-23T12:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: —
Provenance: commit c3282083db · authored 2026-02-23T14:22:49+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

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

Related languages

Czure (0.25)Claire (0.23)Lustre (0.23)Cedille (0.21)Cell (0.17)

LLM-contributed programs

Blocks World

Provenance: commit c3282083db · authored 2026-02-23T14:22:49+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.cep · added: 2026-02-23T12:00:00Z
block : type.

on block block : pred.
on_table block : pred.
clear block : pred.
arm_holding block : pred.
arm_free : pred.

stage blocks = {
pickup_from_block
  : on X Y * clear X * arm_free -o clear Y * arm_holding X.

pickup_from_table
  : on_table X * clear X * arm_free -o arm_holding X.

put_on_block
  : arm_holding X * clear Y -o on X Y * clear X * arm_free.

put_on_table
  : arm_holding X -o on_table X * clear X * arm_free.

} #interactive blocks.

a : block.
b : block.
c : block.

context init =
{ on_table a, on_table b, on c a, clear c, clear b, arm_free }

#trace _ blocks init.

Contribute — propose a file extension

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