-
**Describe the bug**
The preprocessor throws an exception:
```
PreProcessor Token Error: Lexical error at line 2, column 21. Encountered: "\"" (34), after : ""
```
when attempting to parse a he…
-
I'm running into the following compilation failure of gpr2 25.0.0 (using the tarball with pregenerated kb db) with GNU GNAT 13.3.0. `gnatcoll-json.ads` is supplied from gnatcoll-core 25.0.0.
```
R…
-
```[tasklist]
### Tasks
- [x] Yjs: Panel AST sync (Y.Text)
- [x] First parser: Header
- [x] First decorator: Link
- [x] Image decorator (with project image URL support)
- [x] Remaining parsers:…
-
Programming languages typically have both a lexical grammar, which describes the structure of tokens, and a token grammar, which describes the syntax of the language and in which terminals are tokens.…
-
-
Minimal example:
```
from sanskrit_parser import Parser
def api_example(string, output_encoding):
buf = []
parser = Parser(output_encoding=output_encoding)
buf.append('Splits:'…
-
Caqti currently provides a variant of the query parser `angstrom_list_parser` which can be used to split up a schema file into individual statements, which can be committed. However, since Caqti does…
-
If JSON numbers are converted to XML and serialized as JSON, it is confusing to end up with an E notation for large numbers. An example:
```xquery
'100000000000000000000'
=> parse-json()
=> seri…
-
```
* What steps will reproduce the problem?
import rdflib
g = rdflib.Graph()
g.parse(data=" 2.50 .", format="n3")
lit = g.objects().next()
print str(lit)
* What is the expected output? What do yo…
-
```
* What steps will reproduce the problem?
import rdflib
g = rdflib.Graph()
g.parse(data=" 2.50 .", format="n3")
lit = g.objects().next()
print str(lit)
* What is the expected output? What do yo…