-
Updated
Oct 5, 2021 - JavaScript
#
parser-library
Here are 216 public repositories matching this topic...
A parser library for Go
-
Updated
Oct 16, 2021 - 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
Oct 13, 2021 - 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, 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
-
Updated
Oct 31, 2021 - C#
Industrial-strength monadic parser combinator library
-
Updated
Sep 27, 2021 - Haskell
Portable Executable parsing library (from PE-bear)
-
Updated
Aug 2, 2021 - C++
java
bioinformatics
genomics
pdb
parser-library
protein-data-bank
protein-structure
protein-sequences
sequence-alignment
protein-modification
structure-alignment
structural-bioinformatics
-
Updated
Oct 31, 2021 - Java
A sane rich text parsing and styling library.
-
Updated
Oct 24, 2021 - Java
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
Sep 11, 2021 - C
Dynamic parser combinators in Dart.
dart
parser
parser-library
grammar
parsing-expression-grammar
flutter
parser-framework
parser-combinator
petitparser
-
Updated
Oct 16, 2021 - Dart
竜 TatSu generates Python parsers from grammars in a variation of EBNF
-
Updated
Jul 5, 2021 - Python
c
library
cross-platform
uri
parser-library
rfc-3986
uri-parser
c89
uriparser
ansi-c
bsd-3-clause
rfc-3513
c90
iso-c
-
Updated
Oct 21, 2021 - C
libpypa is a Python parser implemented in pure C++
-
Updated
May 25, 2018 - C++
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
go
golang
parser
json
crontab
daemon
scheduler
parser-library
job-scheduler
cron-expression
cronjob
task-manager
task-scheduler
hacktoberfest
cron-parser
cron-expression-parser
job-manager
cron-pattern
adhocore
-
Updated
Oct 17, 2021 - Go
A library to parse gdb mi output and interact with gdb subprocesses
-
Updated
May 20, 2021 - Python
Dynamic parser combinators in Java.
java
parser
parser-library
parsing-expression-grammar
parser-framework
parser-combinator
petitparser
-
Updated
Sep 9, 2021 - 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
MediaWiki API wrapper in python http://pymediawiki.readthedocs.io/en/latest/
-
Updated
Oct 19, 2021 - Python
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
Oct 30, 2021 - Java
zbraniecki
commented
Sep 4, 2021
Travis is falling apart, we need to switch to GH actions.
Mibble is an open-source SNMP MIB parser library for Java.
-
Updated
Jun 26, 2018 - Java
Command Line Interface ParseR for .Net
-
Updated
Apr 24, 2019 - C#
-
Updated
Oct 25, 2021 - C
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
Oct 18, 2021 - Python
Go library for Parsing Ansible inventory files
-
Updated
Jul 19, 2021 - Go
-
Updated
Apr 1, 2021 - Python
Parse reStructuredText with Go.
go
cli
parser
parser-library
web-application
transpiler
restructuredtext
cli-utilities
restructuredtext-parser
-
Updated
Jan 20, 2018 - Go
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."
It would be great to see a tutorial on how to port a pyparsing based project to Lark.