Parsing - gusenov/kb GitHub Wiki
Collections
Wikipedia
- Lexical token, a word or other atomic parse element
- Category:Natural language parsing
- Template:Parsers
- Parser combinator is a higher-order function that accepts several parsers as input and returns a new parser as its output.
- Parsec (parser) is based on higher-order parser combinators, so a complicated parser can be made out of many smaller ones.
Stack Exchange
- Stack Overflow