Parsing topic
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
nice-parser
Nice parsers in OCaml without the boilerplate
fitness_tracker_data_parsing
Example scripts for parsing data exported by popular fitness tracking devices and apps. Created for this article: https://towardsdatascience.com/parsing-fitness-tracker-data-with-python-a59e7dc17418
GitHub-WebHook
🐱 Validates and processes GitHub's webhooks
domainname-parser
:department_store: .NET domain name parsing library (uses publicsuffix.org)
logdissect
CLI utility and Python module for analyzing log files and other data.
siemstress
Very basic CLI SIEM (Security Information and Event Management system).
ex_parsec
A parser combinator library inspired by Parsec.
csv
CSV Decoding and Encoding for Elixir
3bmd
markdown processor in CL using esrap parser
idne
:gem: Codeforces submit command line tool