GameMaker Language
1 program
Added 2026-02-28T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: GML
Provenance: commit 094669261c · authored 2026-02-28T12:59:12+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
6 sources · pl_id:
pl/game-maker-languageExtensions 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 |
|---|---|---|---|
.gml | linguist | primary | 2.5M files |
Related languages
LLM-contributed programs
FizzBuzz
Provenance: commit 094669261c · authored 2026-02-28T12:59:12+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
for (var i = 1; i <= 100; i++) {
if (i mod 15 == 0) {
show_debug_message("FizzBuzz");
} else if (i mod 3 == 0) {
show_debug_message("Fizz");
} else if (i mod 5 == 0) {
show_debug_message("Buzz");
} else {
show_debug_message(string(i));
}
}
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.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.gml/3 | .gml | default | [] |