ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
-
Updated
Aug 1, 2020 - Java
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.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
A querystring parser with nesting support
Parse and stringify URL query strings
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
Rust parser combinator framework
jQuery Terminal Emulator - web based terminal
A modern parsing library for Python, implementing Earley & LALR(1) and an easy interface
The Android SDK for the Parse Platform
Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.
The JavaScript SDK for the Parse Platform
Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers.
Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community.
Parse and output TODOs and FIXMEs from comments in your files
Makes life working with units of measurement just a little bit better.
Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations
A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
Composable schemas for JavaScript and Node.js
Source code for the Fullstack JavaScript book
a simple syntax for complex argumentation
Yet Another UserAgent Analyzer
C#'s fastest parser combinator library
It's time for your markup to get down! HTML to markdown converter. Breakdance is a highly pluggable, flexible and easy to use.