Conclusion
- Plink uses selection rules to choose the next element.
- Grammar rules are in levels and are right leaning.
- Parsing is linear and produces syntactic-semantic results.
- Programs can parse like humans and effectively.
- If the interpretation is not the one that humans have,
it is incorrect.
- Parsing like humans may lead to better parsers.