1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-05-20 09:58:47 +03:00
inform7/inform7/Contents.w
2022-08-20 12:17:15 +01:00

45 lines
918 B
OpenEdge ABL

Title: inform7
Author: Graham Nelson
Version Name: Krypton
Version Number: 10.2.0
Purpose: The core compiler in a natural-language design system for interactive fiction.
Language: InC
Preform Language: English
Licence: Artistic License 2.0
Import: foundation
Import: services/words
Import: services/syntax
Import: services/html
Import: services/arch
Import: services/problems
Import: services/inflections
Import: services/lexicon
Import: services/linguistics
Import: services/kinds
Import: services/calculus
Import: inter/bytecode
Import: inbuild/supervisor
Import: core
Import: assertions
Import: values
Import: knowledge
Import: imperative
Import: inter/pipeline
Import: inter/final
Import: runtime
Import: inter/building
Import: if
Import: multimedia
Import: inter/index
Manual
Command-Line Usage
Interacting with the GUI
Calling Inform from C
Reference Card
Performance Metrics
Chapter 1: Delegation
Main