S/SL
1 program
Added 2026-02-11T11:09:26Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: SSL, Syntax/Semantic Language
Provenance: commit f2177cb65a · authored 2026-02-11T12:10:23+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/s-sl-2Related languages
LLM-contributed programs
Simple Scanner Specification
Provenance: commit f2177cb65a · authored 2026-02-11T12:10:23+01:00 · agent claude-code · model sonnet · WebSearch disabled
input:
sIdentifier
sInteger
sString
output:
oEmitValue
error:
eUnexpectedChar
mechanism Buffer 100
rules
Scan:
[ @Letter
?oEmitValue
{[
@Letter or @Digit
?oEmitValue
]}
>>sIdentifier
| @Digit
?oEmitValue
{[
@Digit
?oEmitValue
]}
>>sInteger
| '"'
{[
not '"'
?oEmitValue
]}
>>sString
| #eUnexpectedChar
]
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.)