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
EverParse
- project-everest/everparse Automated generation of provably secure, zero-copy parsers from format specifications
- Microsoft Research / EverParse: Hardening critical attack surfaces with formally proven message parsers
- EverParse by Tahina RAMANANANDRO