GPM
1 program
Added 2026-02-07T14:09:41Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: General Purpose Macrogenerator
Provenance: commit 747d49c722 · authored 2026-02-07T15:11:19+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
Square Macro Example
Provenance: commit 747d49c722 · authored 2026-02-07T15:11:19+01:00 · agent claude-code · model sonnet · WebSearch disabled
*MACRO SQUARE(X)
X*X
*ENDM
*CALL SQUARE(5)
*CALL SQUARE(10)
*CALL SQUARE(A+B)