Logos

1 program Added 2026-02-28T15:39:04Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Logos Preprocessor
Provenance: commit c498ddcf47 · authored 2026-02-28T16:39:30+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

6 sources · pl_id: pl/logos
LLM (this repo) · 1PldbLinguistPygmentsEsolangHyperpolyglot

Extensions claimed by this language

7 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.xpygmentsprimary619.5K files
.xmlinguistprimary63.3K files
.xlinguistsecondary619.5K files
.xilinguistsecondary9.8K files
.xipygmentssecondary9.8K files
.xmpygmentssecondary63.3K files
.xmipygmentssecondary1.1M files

Related languages

GPP (0.38)PHP (0.36)TSP (0.30)HSP (0.29)Camlp4 (0.24)

LLM-contributed programs

SpringBoard Hello World Tweak

Provenance: commit c498ddcf47 · authored 2026-02-28T16:39:30+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.xm · license: MIT · added: 2026-02-28T15:39:04Z
%hook SpringBoard

- (void)applicationDidFinishLaunching:(UIApplication *)application {
    %orig;

    UIAlertController *alert = [UIAlertController
        alertControllerWithTitle:@"Hello, Logos!"
        message:@"A Logos tweak is running."
        preferredStyle:UIAlertControllerStyleAlert];

    UIAlertAction *ok = [UIAlertAction
        actionWithTitle:@"OK"
        style:UIAlertActionStyleDefault
        handler:nil];

    [alert addAction:ok];

    UIWindow *window = [UIApplication sharedApplication].keyWindow;
    [window.rootViewController presentViewController:alert
                                            animated:YES
                                          completion:nil];
}

%end

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.
RuleExtKindPredicates (truncated)
h/linguist/.x/2.xpredicates[{"kind": "any", "regexes": ["^%(end|ctor|hook|group)\\b"]}]

Contribute — propose a file extension

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