-
Updated
Jul 30, 2020 - JavaScript
#
parser-library
Here are 181 public repositories matching this topic...
A parser library for Go
-
Updated
Aug 29, 2020 - Go
AccessViolator
commented
Feb 24, 2020
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
-
Updated
Aug 22, 2020 - C++
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. Partial support for NL, JA, KO, SV). Contributions are greatly welcome! Packages are available at https://www.nuget.org/profiles/Recognizers.Text and https://www.npmjs.com/~recognizers.text
-
Updated
Aug 28, 2020 - C#
Industrial-strength monadic parser combinator library
-
Updated
Aug 22, 2020 - Haskell
A sane rich text parsing and styling library.
-
Updated
Aug 25, 2020 - Java
java
bioinformatics
genomics
pdb
parser-library
protein-data-bank
protein-structure
protein-sequences
sequence-alignment
protein-modification
structure-alignment
structural-bioinformatics
-
Updated
Aug 12, 2020 - Java
Portable Executable parsing library (from PE-bear)
-
Updated
Aug 17, 2020 - C++
Dynamic parser combinators in Dart.
dart
parser
parser-library
grammar
parsing-expression-grammar
flutter
parser-framework
parser-combinator
petitparser
-
Updated
Jul 18, 2020 - Dart
BNF wrangling and railroad diagrams
syntax
parser
grammars
parsing
compiler
parser-library
grammar
syntax-tree
bnf
compilers
ebnf
compiler-principles
grammar-specification
compiler-designs
cfgs
chomsky
wsn
abnf
-
Updated
Jun 29, 2020 - C
竜 TatSu generates Python parsers from grammars in a variation of EBNF
-
Updated
Mar 29, 2020 - Python
libpypa is a Python parser implemented in pure C++
-
Updated
May 25, 2018 - C++
hartwork
commented
Oct 26, 2018
Pull requests welcome!
A library to parse gdb mi output and interact with gdb subprocesses
-
Updated
Aug 25, 2020 - Python
Dynamic parser combinators in Java.
java
parser
parser-library
parsing-expression-grammar
parser-framework
parser-combinator
petitparser
-
Updated
Aug 1, 2020 - Java
Cthaeeh
commented
Apr 20, 2019
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
Command Line Interface ParseR for .Net
-
Updated
Apr 24, 2019 - C#
Mibble is an open-source SNMP MIB parser library for Java.
-
Updated
Jun 26, 2018 - Java
A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations.
config
python
yaml
toml
parser
package
json
xml
argument-parser
parser-library
configuration
python3
environment-variables
configuration-management
json-parser
hcl
yaml-parser
ini
configuration-file
configuration-files
-
Updated
Aug 24, 2020 - Python
MediaWiki API wrapper in python http://pymediawiki.readthedocs.io/en/latest/
-
Updated
Aug 28, 2020 - Python
Elixir NIF for cmark (C), a parser library following the CommonMark spec, a compatible implementation of Markdown.
-
Updated
Jul 28, 2020 - C
A Java parser combinator library written with an unmatched feature set.
parser
grammars
parsing
parser-combinators
parser-library
grammar
whimsy
parsing-expression-grammar
parse-trees
parser-framework
parsers
parsing-combinators
uranium
parser-combinator
autumn-doc
-
Updated
Dec 5, 2019 - Java
-
Updated
Aug 12, 2020 - Python
Parse reStructuredText with Go.
go
cli
parser
parser-library
web-application
transpiler
restructuredtext
cli-utilities
restructuredtext-parser
-
Updated
Jan 20, 2018 - Go
Go library for Parsing Ansible inventory files
-
Updated
May 28, 2020 - Go
A tiny library for decode value of the query string using c with utf8 support and html entities.
c
parser
parser-library
decoder
querystrings
decode
url-parser
querystring
parser-plugin
parsers
htmlentities
decoders
urldecode
decode-form
decode-strings
decode-urls
-
Updated
May 7, 2019 - C
A parser for nondeterministic context free languages
swift
parser
parsing
parser-library
parser-generator
grammar
syntax-tree
ebnf
mathematical-expressions
abnf
earley-algorithm
context-free-grammar
earley
parser-framework
cyk-parser
earley-parser
cyk
backus-naur-form
covfefe
context-free-language
-
Updated
May 23, 2020 - Swift
Improve this page
Add a description, image, and links to the parser-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parser-library topic, visit your repo's landing page and select "manage topics."


I think it would be nice to have the option to dump a raw graphviz DOT file instead of the sppf.png for a few reasons:
Any though