1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 08:34:22 +03:00
inform7/inter/inter-module/Contents.w

64 lines
1.2 KiB
OpenEdge ABL
Raw Normal View History

2019-02-05 02:44:07 +02:00
Title: inter
Author: Graham Nelson
Purpose: Code for dealing with intermediate-level Inform
Language: InC
Licence: Artistic License 2.0
Chapter 1: Setting Up
"Loading this module."
Inter Module
Chapter 2: Interoperability
Inter Errors
Frames
2019-02-05 02:44:07 +02:00
Inter in Memory
The Warehouse
2019-02-05 02:44:07 +02:00
Symbols Tables
Packages
Symbols
Inter Frame Lists
2019-02-05 02:44:07 +02:00
Bookmarks
Inter in Binary Files
Inter in Text Files
Verifying Inter
Inter Data Types
Chapter 3: Language Definition
Canonical Annotations
Definition
Chapter 4: Void Constructs
The Nop Construct
The Comment Construct
2019-04-23 01:29:02 +03:00
The Metadata Construct
2019-02-05 02:44:07 +02:00
The Symbol Construct
The Version Construct
The Pragma Construct
The Link Construct
The Append Construct
The PackageType Construct
The Package Construct
The Kind Construct
The DefaultValue Construct
The Variable Construct
The Constant Construct
The Response Construct
The Instance Construct
The Property Construct
The PropertyValue Construct
The Permission Construct
The Primitive Construct
Chapter 5: Code Constructs
The Label Construct
The Local Construct
The Inv Construct
The Ref Construct
The Val Construct
The Lab Construct
The Code Construct
The Evaluation Construct
The Reference Construct
2019-02-05 02:44:07 +02:00
The Cast Construct
The Splat Construct