-
You write:
"Note that for code block captures, the Nim code gets executed during parsing, even if the match is part of a pattern that fails and is later backtracked."
I have been modeling a semi…
-
I'm trying to update from 2.19 to 2.20 with the update script, and it shows these warnings:
```
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-s…
-
Given an input `[Literal(1), Literal(1)]`, the pratt parser is expected to output a single `1` and leave the latter `1` in the input iterator. But it instead returns a single `1`, leaving an empty ite…
-
**V Doctor:**
```
OS: windows, Microsoft Windows 11 Pro v22000 64-bit
Processor: 16 cpus, 64bit, little endian, AMD Ryzen 7 3700X 8-Core Processor
CC version: cc (Rev3, Built by MSYS2 projec…
-
Hello,
has someone started on supporting System.Text.Json instead of/in addition to Newtonsoft.json? If not, I might give it a go myself.
I've seen https://github.com/jdevillard/JmesPath.Net/iss…
-
**Describe the issue**
The parser tester at least does not accept line breaks as a sufficient separator despite TypeScript's parser accepting them as such.
**To Reproduce**
Please provide faili…
-
## Expected behavior
The following should be valid and should not generate an error.
```js
/**
* @param {object} params
* @param {boolean} params.readonly
*/
```
## Actual behavior
…
-
Transcript below:
```
pi@raspberrypi:~/v(master)
$ git pull
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (12/12), done…
-
Thank you very much for this useful plugin. It appears, that the latest patch version (38.1.1) introduced a bug.
I'll do my best to describe it below. A minimal example as well as demo-repository is …
-
## Motivation
Is there a way to globally except certain functions from being ruled?
Let say I have many different classes/files with a function `toString(){}` and I don't want ignore all the…
fab1o updated
2 years ago