-
Updated
Oct 5, 2021 - JavaScript
{{ message }}
A parser library for Go
Everything in diagrams.css should be scoped to some wrapping css class, because as is it cannot be bundled with the rest of an app's css because of styles like this:
div {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
svg {
width: 100%;
}
Curre
Library to parse and work with the C++ AST
Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, and date/time expressed in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Contributions are greatly welcome! Packages are available at https://www.nuget.org/profiles/Recognizers.Text and https://www.npmjs.com/~recognizers.text
Industrial-strength monadic parser combinator library
Portable Executable parsing library (from PE-bear)
A sane rich text parsing and styling library.
BNF wrangling and railroad diagrams
Dynamic parser combinators in Dart.
竜 TatSu generates Python parsers from grammars in a variation of EBNF
Lightweight, fast and dependency-free Cron expression parser (due checker), task scheduler and/or daemon for Golang (tested on v1.13 and above) and standalone usage
libpypa is a Python parser implemented in pure C++
A library to parse gdb mi output and interact with gdb subprocesses
Dynamic parser combinators in Java.
Hi,
I don't know if its possible but maybe this can be somehow handled better:
If I have a grammar rule like so:
cppcmb_def(expr) = pc::pass
| (expr & match<Token::PLUS> & primary) [BinaryExpr::make]
| (expr & match<Token::MINUS> & primary) [BinaryExpr::make]
| primary
%= pc::as_memo_d;And the met
MediaWiki API wrapper in python http://pymediawiki.readthedocs.io/en/latest/
Travis is falling apart, we need to switch to GH actions.
A Java parser combinator library written with an unmatched feature set.
Mibble is an open-source SNMP MIB parser library for Java.
Command Line Interface ParseR for .Net
A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations.
Go library for Parsing Ansible inventory files
Analyse PNG file format for CTF, python API and CLI
Add a description, image, and links to the parser-library topic page so that developers can more easily learn about it.
To associate your repository with the parser-library topic, visit your repo's landing page and select "manage topics."
It would be great to see a tutorial on how to port a pyparsing based project to Lark.