GPP

1 program Added 2026-03-05T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Generic PreProcessor
Provenance: commit 9cb2f78391 · authored 2026-03-05T10:44:52+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

Logos (0.38)PHP (0.32)Gema (0.31)SLIP (0.27)TSP (0.26)

LLM-contributed programs

Circle Area and Circumference Macros

Provenance: commit 9cb2f78391 · authored 2026-03-05T10:44:52+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.gpp · added: 2026-03-05T10:00:00Z
#define PI 3.14159
#define AREA(r) PI * r * r
#define CIRC(r) 2 * PI * r

Circle with radius 5:
  Area      = AREA(5)
  Circumference = CIRC(5)

Circle with radius 10:
  Area      = AREA(10)
  Circumference = CIRC(10)

#define MAX(a,b) (a >= b ? a : b)
Maximum of 10 and 7 is MAX(10, 7)
Maximum of 3 and 9 is MAX(3, 9)

Contribute — propose a file extension

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