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

32 lines
613 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
2020-03-22 12:50:19 +02:00
Import: inbuild/words
Import: inbuild/arch
2019-02-05 02:44:07 +02:00
Import: inter
2019-08-28 12:35:44 +03:00
Import: building
2019-02-05 02:44:07 +02:00
Import: codegen
2020-03-22 12:50:19 +02:00
Manual
"Documentation for the Inter format itself, as well as the inter tool which processes it."
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
2020-03-27 01:26:35 +02:00
Reference Card
2020-03-22 12:50:19 +02:00
Chapter 1: Delegation
2019-02-05 02:44:07 +02:00
Basics
Main
Unit Tests