ASN.1
1 program
Added 2026-02-07T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: ASN1, Abstract Syntax Notation One
Provenance: commit 41a588771d · authored 2026-02-07T13:15:26+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/asn-1-2Extensions claimed by this language
4 claims. 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 |
|---|---|---|---|
.asn | linguist | primary | 29.8K files |
.asn1 | pygments | primary | 17.4K files |
.asn1 | wikidata | primary | 17.4K files |
.asn1 | linguist | secondary | 17.4K files |
Related languages
LLM-contributed programs
PersonnelRecord Schema
Provenance: commit 41a588771d · authored 2026-02-07T13:15:26+01:00 · agent claude-code · model sonnet · WebSearch disabled
PersonnelRecord ::= SET {
name Name,
title [0] VisibleString,
number EmployeeNumber,
dateOfHire [1] Date,
nameOfSpouse [2] Name,
children [3] IMPLICIT SEQUENCE OF ChildInformation DEFAULT {}
}
ChildInformation ::= SET {
name Name,
dateOfBirth [0] Date
}
Name ::= SEQUENCE {
givenName VisibleString,
initial VisibleString,
familyName VisibleString
}
EmployeeNumber ::= INTEGER
Date ::= SEQUENCE {
year INTEGER,
month INTEGER,
day INTEGER
}
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.)