1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/final-module/Contents.w

51 lines
814 B
OpenEdge ABL
Raw Normal View History

Title: final
Author: Graham Nelson
Purpose: Final code generation from fully-processed Inter.
Language: InC
Licence: Artistic License 2.0
2021-11-12 01:32:10 +02:00
Preliminaries
What This Module Does
Chapter 1: Setting Up
Final Module
Chapter 2: Mechanism
Code Generation
2021-09-22 19:28:55 +03:00
Code Generators
2021-10-10 16:53:42 +03:00
Vanilla
2021-09-24 01:48:56 +03:00
Vanilla Constants
2021-11-03 01:34:24 +02:00
Vanilla Functions
2021-09-24 01:48:56 +03:00
Vanilla Objects
Vanilla Code
2021-11-01 22:02:30 +02:00
Vanilla IF
2021-10-10 16:53:42 +03:00
Chapter 3: Non-Vanilla Generators
Final Textual Inter
Final Binary Inter
Final Inventory
2021-10-11 03:11:20 +03:00
Chapter 4: Inform 6
Final Inform 6
2021-10-11 03:11:20 +03:00
Inform 6 Constants
Inform 6 Global Variables
Inform 6 Objects
Inform 6 Code
2021-10-11 03:11:20 +03:00
Chapter 5: C
Final C
2021-08-12 21:07:06 +03:00
C Namespace
C References
C Global Variables
C Memory Model
2021-08-12 21:07:06 +03:00
C Assembly
C Arithmetic
2021-10-31 12:38:25 +02:00
C Program Control
2021-08-13 01:31:23 +03:00
C Conditions
2021-11-03 01:34:24 +02:00
C Literals
C Object Model
2021-08-13 01:31:23 +03:00
C Function Model
C Input-Output Model
C Miniglk
2021-10-25 12:22:54 +03:00
C Utility Functions