🏡 Back Home
Sentences
Contents
- Fairly straightforward. It takes a list of tokens from Lexer and breaks up at whatever delimiter.
- It has some handling for rules that can end in colons, and for skipping excess punctuation.
- It makes a bunch of Headings in a basic syntax tree (see Syntax Trees) so it can skip them if necessary.
- Need to find wherever structural-sentence and dividing-sentence are defined. They seem to be important.
- There’s some special cases for the serial comma, so that “Some list of, things, or other, instead…” is correctly broken in two.
- Lots of Node Annotations but nothing fancy.