1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-29 05:24:57 +03:00
inform7/services/syntax-module/Contents.w

25 lines
459 B
OpenEdge ABL
Raw Normal View History

2019-02-05 02:44:07 +02:00
Title: syntax
Author: Graham Nelson
2019-03-16 19:36:11 +02:00
Purpose: A library of code to build a parse tree and break text into sentences.
2019-02-05 02:44:07 +02:00
Language: InC
Licence: Artistic License 2.0
2020-05-11 17:21:29 +03:00
Preliminaries
What This Module Does
2020-05-11 21:14:00 +03:00
How To Include This Module
2020-05-11 17:21:29 +03:00
2019-02-05 02:44:07 +02:00
Chapter 1: Setting Up
"Loading this module."
Syntax Module
Chapter 2: The Parse Tree
2020-05-11 17:21:29 +03:00
Syntax Trees
2020-08-27 17:50:24 +03:00
Node Types
2020-05-11 17:21:29 +03:00
Parse Nodes
Node Annotations
Tree Verification
2021-02-06 20:00:34 +02:00
Simple Preform Cache
2020-05-11 17:21:29 +03:00
Chapter 3: Breaking into Sentences
2019-02-05 02:44:07 +02:00
Sentences