-
## Motivation
Hey everyone, been digging around the issues with regards to rules that relates to `@typedef`, but I don't see one so far or I might have missed it. If there is an issue alrea…
-
Config:
```
{
"jsdoc/valid-types": "warn",
}
```
Code:
```
* @param {object} [options={}] -
*
* @param {object[]} [options.buttonDefinitions=undefined] - Defines the properties o…
-
I get the following error when running `elm-json upgrade --unsafe` with my `elm.json`:
```sh
$ elm-json upgrade --unsafe
thread 'main' panicked at 'IndexMap: key not found', /home/travis/.cargo/r…
-
Hi Brenton, I've been doing some very simple runs to get a few results by recording the ``CodeParser`Library`$ConcreteParseTime``.
As shown below, the x-axis is the LoC of the input string, the y-a…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v20.17.0
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package …
-
There are entirely too many areas of mathematics for a semantics aware editor to be able to parse them all.
So parsers should be extensible, at runtime. This means defining rules on the Typescript si…
-
Maybe I'm wrong to expect this, but shouldn't the parse-tree being generated respect System Verilog operation precedence?
I'm using sc-parser visa [py-sv-parser 0.3.0](https://pypi.org/project/py-s…
-
# Rationale
So, in my implementation of Lox (bytecode compiler) I'm making a lot of changes: I've implemented a triple-pass compiler where one step is tokenization and AST generation, the second on…
-
First of all, great lib and great work.
I'm finding the below error when parsing the below declaration, maybe someone can tell me how to declare arrays?
```
TypeError: Unsupported jsdoc type GENERI…
-
### Related Issue
.
### Googling Result
.
### ChatGPT Result
.
### Your question here
For assignment 4, the comment in parser.rs states
"For associativity of each operator, please follow [he…