-
Example:
``
Renders as:
``
When it should render as:
``
They both get rendered, but one becomes the child of the other
-
**Motivation**: I was looking over the code for processing HQL queries in https://github.com/buggins/hibernated/blob/master/source/hibernated/query.d because I was looking to see how difficult it woul…
-
### Summary
I think it would be good to have consistent standards on allowable values for formatting arguments. As far as I can tell, the argument in #15602, which went in in 3.4, is to not add an f…
-
Using version 1.3.0 installed from pip.
Both of the following fail to parse:
```python
chompjs.parse_js_object('// [ \n{"a": 1}')
chompjs.parse_js_object('/* [ */ {"a": 1}')
```
The erro…
-
This project is created for scientific work with the participation of prasing tasks.
[https://github.com/vsdifficult/selenium_custom_parser.git](url) - one of the test sources
Selenium is a web br…
-
Propose replacing the json parsing library.
- both libraries have active development; see https://github.com/open-source-parsers/jsoncpp vs https://github.com/nlohmann/json
- json has simpler inst…
-
### Is your feature request related to a problem? Please describe.
I use `##os.Darwin` alts pretty frequently to avoid polluting my home directory on non-macOS systems. In particular, I have a …
-
When C++ library mismatches IDCODE (ex: using 35T database with 50T bitstream), the parsing code silently returns NULL, which is reported as a general parsing / mismatch error. We should be more speci…
-
Hi @andywilsonuk / @andyrsc -
I noticed that in the dev branch you have a lot of things you're working on with loops and such.
One of the things I love about the current library is that it is frea…
-
There's a lot of hard to test command line parsing in santactl. This should be refactored to use [Abseil's Flag library](https://abseil.io/docs/cpp/guides/flags).