COMPOOL

1 program Added 2026-02-13T14:37:54Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 023108bec8 · authored 2026-02-13T15:38:54+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

COOL (0.50)SPOOL (0.33)Cowgol (0.31)Component Pascal (0.29)Carol (0.23)

LLM-contributed programs

Navigation Data Structure

Provenance: commit 023108bec8 · authored 2026-02-13T15:38:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.cpl · added: 2026-02-13T14:37:54Z
COMPOOL NAVIGATION_DATA;

  ITEM POSITION:
    ITEM LATITUDE  F,2;
    ITEM LONGITUDE F,2;
    ITEM ALTITUDE  F,2;
  TERM;

  ITEM VELOCITY:
    ITEM SPEED     F,2;
    ITEM HEADING   F,2;
    ITEM CLIMB_RATE F,2;
  TERM;

  ITEM TIMESTAMP S,1;

  TABLE WAYPOINTS(100):
    ITEM WAYPOINT_ID S,1;
    ITEM WAYPOINT_POS POSITION;
  TERM;

END COMPOOL;

Contribute — propose a file extension

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