parse
String parser library
A library that parses strings using a specification based on the Python format() syntax
Parse strings using a specification based on the Python format() syntax.
2k stars
25 watching
102 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 850 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 931 |
dtenny/rexxparse | A string parsing tool inspired by the REXX PARSE construct. | 11 |
jturner314/py_literal | A Rust crate for parsing and formatting Python literals. | 16 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 226 |
thephpleague/uri | A PHP library for manipulating and parsing URIs according to various standards | 1,045 |
plioi/parsley | A parsing library inspired by Haskell's Parsec and F#'s FParsec. | 61 |
ara3d/parakeet | A parsing library designed to efficiently parse programming languages | 72 |
ruby/json | A Ruby implementation of the JSON data serialization format | 704 |
typelevel/cats-parse | A Scala parsing library designed to be compatible, performant, safe, and stable across various platforms and versions. | 235 |
derek73/python-nameparser | A module that parses human names into individual components | 659 |
m4rw3r/chomp | A fast and expressive monadic-style parser combinator for Rust. | 245 |
teskalabs/cysimdjson | A high-performance JSON parsing library for Python | 365 |
haskell/attoparsec | A fast parser combinator library for efficient text parsing in network protocols and file formats | 513 |
sirthias/parboiled | An implementation of efficient parsing algorithms in Java and Scala for building robust parsers. | 1,285 |