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-framework
LLM (this repo) · 1PldbLinguistWikipediaHyperpolyglotWikidata · Q5593683

Extensions 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.
ExtensionSourceStrengthSWH
.gflinguistprimary72.0K files

Related languages

Grammatical Framework (0.85)Loci (0.31)Alfa (0.31)LF (0.29)Opa (0.29)

LLM-contributed programs

Simple Greeting Grammar

Provenance: commit f0e5e1b6f0 · authored 2026-02-10T13:21:58+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.gf · added: 2026-02-10T12:21:23.911592Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about GF (mapped to pl/grammatical-framework). 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/GF/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← GEXF GFA BASIC →