-
## Description
When parsing C-style hexadecimal floats (`C_HEX_STRING`/`HEX_FLOAT`) Lexical currently throws the following assertion failure in debug mode:
```
thread 'main' panicked at 'asser…
-
Opening a new issue to discuss scoring approaches to find the most likely split, such as those raised in https://github.com/kmadathil/sanskrit_parser/issues/84#issuecomment-393878940, https://github.c…
-
Lexical version: 0.3.8
## Steps To Reproduce
1. Use the following code to initialize Lexical:
```js
editorState: (editor) => {
const parser = new DOMParser();
const dom = par…
-
```
Trying to convert
{| border="1"
|-
| row 1, cell 1
|}
with the following:
String html_text_problem =
be.devijver.wikipedia.Parser.toHtml(text_problem, null);
i've got
be.devijver.wikipedia.p…
-
While trying to build I'm getting this errors:
```
make
bison --verbose --debug -d c2c.ypp
lex c2c.l
clang++ -c -g -I /usr/include/c++/4.5 -I /usr/include/c++/4.5/x86_64-linux-gnu lex.yy.c
clan…
-
- [x] design the BNF expression
- [ ] develop the lexical parser
-
Currently the parser retrieves f-strings as a single lexical element.
-
The grammar listed below generates in the xxConstants.java file a strange tokenImage value for some regular expressions.
Entries 10 & 11 should be, IMHO, "" and "" instead of "\"*/\"" for both (like …
-
This is the error I get when using `PX` to ignore a property:
```[14:28:04] JisonLexerError in plugin "gulp-postcss"
Message:
Lexical error on line 1: Unrecognized text.
Erroneous area:
…
-
### OrientDB Version: 3.1.8 (docker)
In some cases, quoted strings containing escaped entities and/or newlines (`"foo \n bar"`) fail to be parsed by the SQL parser. This happens both from Studio a…