ZIL
1 program
Added 2025-11-05T12:02:19Z
Model: google/gemini-2.5-proTemp: 0.4
Evidence
Report issue
View issues
Aliases: Zork Implementation Language
Provenance: commit f39fbd0372 · authored 2025-11-05T13:02:19+01:00 · model google/gemini-2.5-pro
Sources mentioning this language
4 sources · pl_id:
pl/zilExtensions claimed by this language
2 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 |
|---|---|---|---|
.zil | linguist | primary | 5.7K files |
.mud | linguist | secondary | 4.9K files |
Related languages
LLM-contributed programs
The Main Parser Routine from Zork I
Provenance: commit f39fbd0372 · authored 2025-11-05T13:02:19+01:00 · model google/gemini-2.5-pro · Temp 0.4
<ROUTINE PARSER ("AUX" ICNT WCNT CNT)
<SET ICNT <GETP ,P-INBUF 1>>
<SET WCNT 0>
<SET CNT 2>
<REPEAT ()
<SET WCNT <+ .WCNT 1>>
<COND (<G? .WCNT ,P-MAXOWORDS>
<RFALSE>)>
<SET <GET ,P-LEXV .WCNT> <GETP ,P-INBUF .CNT>>
<SET <GET ,P-LEXL .WCNT> <GETP ,P-INBUF <+ .CNT 1>>>
<SET CNT <+ .CNT 2>>
<COND (<EQUAL? .CNT <+ .ICNT 2>>
<SET <GET ,P-LEXV 0> .WCNT>
<RTRUE>)>>
<SETG P-CONT 0>
<SETG P-PRSA <>>
<SETG P-PRSI <>>
<SETG P-PRSO <>>
<SETG P-ADJ <>>
<SETG P-DIR <>>
<SETG P-IND <>>
<SETG P-SYNTAX <>>
<SETG P-MATCHLEN 0>
<SETG P-NOTFOUND <>>
<SETG P-OFLAG <>>
<SETG P-MERGED 0>
<SETG P-IT-FOUND <>>
<SETG P-HIM-FOUND <>>
<SETG P-HER-FOUND <>>
<SETG P-THEM-FOUND <>>
<SETG P-MULT <>>
<SETG P-WALK-DIR <>>
<SETG P-STR <>>
<SETG P-NUM 0>
<SETG P-MAXLEN 0>
<SETG P-WC 0>
<SETG P-WON 0>
<SETG P-WOF 0>
<SETG P-LEXSTART 1>
<SETG P-LEXEND <GET ,P-LEXV 0>>
<SETG P-SCAN <>>
<SETG P-STP <>>
<SETG P-SOPER <>>
<SETG P-SOBJ <>>
<SETG P-SINDIR <>>
<SETG P-SADJ <>>
<SETG P-SSTR <>>
<SETG P-SNUM 0>
<SETG P-SWC 0>
<SETG P-SWON 0SWOF>
<SETG P-SWOF 0>
<SETG P-SLEXSTART 0>
<SETG P-SLEXEND 0>
<SETG P-SSCAN <>>
<SETG P-SSTP <>>
<SETG P-MULTFLAG <>>
<COND (<PARSE-COMMAND>
<RTRUE>)
(ELSE
<RFALSE>)>>
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.)