parser-library
Here are 170 public repositories matching this topic...
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:
- the file size is a lot smaller
- it's nice to be able to "do things" with the resulting tree in its structured form, rather than navigate the rendered bitmap
- it's only one extra (or no extra) line and could be optional, e.g. if you've turned on "debug" mode.
Any though
Hi I want to check if the prevoius char is a :. The exact example code I have is this:
Prefix: !
I want basicly to be able to check based on if the previous char is a : the ! should get a string and later reuse the look back logic to check if I am inside an array which is defined like in yaml meaning to make sure the last 2 lines of the following example don't get into the ar
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
-
Updated
Jun 21, 2020 - C++
Describe the bug
Given:
reference_date = datetime.datetime.now()
timex_date = Timex.from_date(datetime.datetime.now())
print(f"{timex_date.timex_value()} : {timex_date.to_natural_language(reference_date)}")
Outputs:
2019-11-12 : 12nd November 2019
Expected behavior
The .Net version returns:
2019-11-12 : today
**Platform (please complete th
-
Updated
May 20, 2020 - Java
What's the intended meaning of PDBHeader.getDescription? It is populated in mmCIF with the _struct_keywords.pdbx_keywords field, the same as getClassification() (e.g. lyase, oxidase, etc). It seems to be unused in PDB files. It's also modified in a couple places for partial structures, e.g. "subset of 1ABC".
-
Updated
Apr 18, 2020 - C++
-
Updated
Jun 11, 2020 - Dart
-
Updated
May 25, 2018 - C++
I am looking at the example for how to create Object Models and leverage walkers.
The docs are out of date there too as the model now does not explicitly produce the __init__()s:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# CAVEAT UTILITOR
#
# This file was automatically generated by TatSu.
#
#
Pull requests welcome!
-
Updated
Jun 29, 2020 - C
-
Updated
May 27, 2020 - Python
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
Better README
-
Updated
Jul 1, 2020 - Java
Currently when a trigger (like --help or --version) is provided, a ParserExit exception is thrown but no context is provided on which trigger was hit. Similar to #31 we should return some context when a trigger is hit.
-
Updated
Jun 26, 2018 - Java
-
Updated
Jun 30, 2020 - Python
-
Updated
Apr 22, 2020 - Python
-
Updated
May 27, 2020 - C
-
Updated
Oct 22, 2019 - Python
-
Updated
Dec 5, 2019 - Java
-
Updated
Jan 20, 2018 - Go
-
Updated
May 28, 2020 - Go
-
Updated
May 23, 2020 - Swift
-
Updated
May 7, 2019 - C
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."

masterDescription
I have created a custom extractor for
https://www.gruene.de/themen/arbeitwhich delivers the expected results forcontentandlead_image_urlwith the following specifications: