-
Updated
May 16, 2022 - JavaScript
#
parser-library
Here are 236 public repositories matching this topic...
A parser library for Go
-
Updated
May 23, 2022 - 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
May 30, 2022 - 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
Jun 9, 2022 - C#
Industrial-strength monadic parser combinator library
-
Updated
May 29, 2022 - Haskell
Portable Executable parsing library (from PE-bear)
-
Updated
Feb 18, 2022 - C++
java
bioinformatics
genomics
pdb
parser-library
protein-data-bank
protein-structure
protein-sequences
sequence-alignment
protein-modification
structure-alignment
structural-bioinformatics
-
Updated
Apr 27, 2022 - 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
May 16, 2022 - C
A sane rich text parsing and styling library.
-
Updated
Oct 24, 2021 - Java
Dynamic parser combinators in Dart.
dart
parser
parser-library
grammar
parsing-expression-grammar
flutter
parser-framework
parser-combinator
petitparser
-
Updated
May 31, 2022 - Dart
竜 TatSu generates Python parsers from grammars in a variation of EBNF
-
Updated
Jun 6, 2022 - 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
Jun 3, 2022 - 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
libpypa is a Python parser implemented in pure C++
-
Updated
May 25, 2018 - C++
A library to parse gdb mi output and interact with gdb subprocesses
-
Updated
Apr 28, 2022 - Python
Dynamic parser combinators in Java.
java
parser
parser-library
parsing-expression-grammar
parser-framework
parser-combinator
petitparser
-
Updated
Apr 22, 2022 - Java
MediaWiki API wrapper in python http://pymediawiki.readthedocs.io/en/latest/
-
Updated
Feb 26, 2022 - Python
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
good first issue
Good for newcomers
zbraniecki
commented
Sep 4, 2021
Travis is falling apart, we need to switch to GH actions.
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
Mibble is an open-source SNMP MIB parser library for Java.
-
Updated
Apr 28, 2022 - Java
-
Updated
May 13, 2022 - C
Command Line Interface ParseR for .Net
-
Updated
Apr 24, 2019 - 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
Jun 8, 2022 - Python
Go library for Parsing Ansible inventory files
-
Updated
Jul 19, 2021 - Go
A library to parse C/C++ source as AST
parsing
cplusplus
parser-library
ast
cpp-parser
cpp-ast
back-tracking-parsing
c-plus-plus-parsing
cplusplus-ast
cppast
cplusplus-parser
c-plus-plus-parser
cpp-source-parser
cpp-program-parser
-
Updated
Mar 14, 2022 - C++
Analyse PNG file format for CTF, python API and CLI
python
cli
palette
parser
image
png
compression
parser-library
image-processing
exif
chunk
steganography
ctf
parser-framework
ctf-tools
steg
idat
pythonapi
png-parser
png-chunks
-
Updated
Apr 20, 2022 - Python
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.