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.
Bullwinkle
An on-the-fly parser for BNF grammars
Json-Model-Generator
MacOS app for Generating JSON classes (Template based)
Dan-Jurafsky--Chris-Manning--NLP
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
korg
assembling regular expressions from reusable patterns (a Python logstash grok clone)
FullFIX
A library for parsing FIX (Financial Information eXchange) protocol messages.
allot
Parse placeholder and wildcard text commands
connect-utils
Utility project for working with Kafka Connect.