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)
Related languages
LLM-contributed programs
Navigation Data Structure
Provenance: commit 023108bec8 · authored 2026-02-13T15:38:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
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;