1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-02 23:14:57 +03:00
inform7/inter/Contents.w

28 lines
475 B
OpenEdge ABL
Raw Normal View History

2019-02-05 02:44:07 +02:00
Title: inter
Author: Graham Nelson
2019-03-16 19:36:11 +02:00
Purpose: For handling intermediate Inform code.
2019-02-05 02:44:07 +02:00
Language: InC
Licence: Artistic License 2.0
Version Number: 1
Version Name: Axion
Import: foundation
Import: inform7/words
2019-02-05 02:44:07 +02:00
Import: inter
Import: codegen
Preliminaries
Using Inter
2019-03-20 14:51:06 +02:00
Textual Inter
2019-03-21 14:51:08 +02:00
Data Packages in Textual Inter
Code Packages in Textual Inter
Inform Primitives
Inform Annotations
Inform Organisation
2019-07-20 14:40:27 +03:00
Pipelines and Stages
2019-02-05 02:44:07 +02:00
Chapter 1: Everything
Basics
Main
Unit Tests