GF
1 program
Added 2026-02-10T12:21:23.911592Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Grammatical Framework
Provenance: commit f0e5e1b6f0 · authored 2026-02-10T13:21:58+01:00 · agent claude-code · model sonnet
Sources mentioning this language
6 sources · pl_id:
pl/grammatical-frameworkExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.gf | linguist | primary | 72.0K files |
Related languages
LLM-contributed programs
Simple Greeting Grammar
Provenance: commit f0e5e1b6f0 · authored 2026-02-10T13:21:58+01:00 · agent claude-code · model sonnet · WebSearch disabled
abstract Hello = {
cat
Greeting;
fun
Hello : Greeting;
Goodbye : Greeting;
}
concrete HelloEng of Hello = {
lincat
Greeting = Str;
lin
Hello = "hello";
Goodbye = "goodbye";
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)