Quest

1 program Added 2026-02-10T18:15:57Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 49532db8b1 · authored 2026-02-10T19:16:54+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/quest
LLM (this repo) · 1Esolang

Related languages

Quilt (0.27)Quint (0.27)HicEst (0.25)Averest (0.23)Just (0.18)

LLM-contributed programs

Simple Adventure

Provenance: commit 49532db8b1 · authored 2026-02-10T19:16:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.aslx · added: 2026-02-10T18:15:57Z
<asl version="550">
  <include ref="English.aslx" />
  <include ref="Core.aslx" />
  
  <game name="Simple Adventure">
    <gameid>12345678-1234-1234-1234-123456789012</gameid>
    <version>1.0</version>
    <firstpublished>2026</firstpublished>
  </game>
  
  <object name="room">
    <inherit name="editor_room" />
    <description>You are in a small room. There is a door to the north.</description>
    <exit alias="north" to="hallway">
      <inherit name="northdirection" />
    </exit>
  </object>
  
  <object name="hallway">
    <inherit name="editor_room" />
    <description>You are in a hallway.</description>
    <exit alias="south" to="room">
      <inherit name="southdirection" />
    </exit>
  </object>
  
  <object name="player">
    <inherit name="editor_object" />
    <inherit name="editor_player" />
  </object>
</asl>

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 Quest (mapped to pl/quest). 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/Quest/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← query-by-example Quests →