The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
-
Updated
Jan 23, 2023 - JavaScript
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.
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
An incremental parsing system for programming tools
ECMAScript parsing infrastructure for multipurpose analysis
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
XML to JavaScript object converter.
Code smell detector for Ruby
LIEF - Library to Instrument Executable Formats
Wrangling Untrusted File Formats Safely
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
Command line parsing, invocation, and rendering of terminal output.