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

40 lines
636 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
Chapter 1: Setting Up
Final Module
Chapter 2: Mechanism
Code Generation
Frame Control
Constants and Literals
Instances and Properties
Variables
Final Targets
Chapter 3: Final Code
Final Textual Inter
Final Binary Inter
Final Inventory
Chapter 4: Inform 6
Final Inform 6
Chapter 5: C
Final C
2021-08-12 21:07:06 +03:00
C Namespace
C References
C Memory Model
2021-08-12 21:07:06 +03:00
C Assembly
2021-08-13 01:31:23 +03:00
C Program Control
2021-08-12 21:07:06 +03:00
C Arithmetic
2021-08-13 01:31:23 +03:00
C Conditions
C Object Model
2021-08-13 01:31:23 +03:00
C Function Model
C Global Variables
2021-08-12 21:07:06 +03:00
C Literals
2021-08-13 01:31:23 +03:00
C Input-Output Model