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

41 lines
660 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
2021-09-22 19:28:55 +03:00
Code Generators
2021-09-24 01:48:56 +03:00
The Vanilla Generator
Vanilla Constants
Vanilla Objects
Vanilla Variables
Vanilla Code
2021-09-22 19:28:55 +03:00
Chapter 3: Other Generators
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 Global Variables
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
2021-08-12 21:07:06 +03:00
C Literals
2021-08-13 01:31:23 +03:00
C Input-Output Model