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/zil
LLM (this repo) · 1PldbLinguistHyperpolyglot

Extensions 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.
ExtensionSourceStrengthSWH
.zillinguistprimary5.7K files
.mudlinguistsecondary4.9K files

Related languages

SIL (0.54)SYMPL (0.52)Stalin (0.47)SLiCC (0.32)Z (0.31)

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
code.zil · license: MIT · added: 2025-11-05T12:02:19Z
<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.)

Contribute — propose a file extension

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