-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Check that your issue is not already [filed](https://github.com/leanprover/lean4/iss…
-
I think there needs to be a "tier-0" lib that all other libs would depend upon. This is the lib that defines a common (preferably flat) vocabulary of the most basic tools. Unfortunately, getting two p…
-
Typescript types should be supported. Most of the work needs to occur in ~~Kuniwak/jsdoctypeparser~~ (*now*, [jsdoc-type-pratt-parser](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parse…
-
E.g.
```
var a = (...(a) => ());
var b = ...a;
[{a:...a}] = [];
```
I believe they are only valid
a) in array destructuring
b) in the parameter list of definitions and calls.
c) in arrays
I need to…
-
When we pattern match on Operator (`Operator "+" infixDirection left right ->`) the `InfixDirection` type is stored to describe something that is not present in the AST. I suggest we remove it.
In …
-
### 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 …
-
Hi,
let me first thank you for your excellent work on `chumsky`, `ariadne` and other crates such as `flume` that I had the pleasure to use.
I am using `chumsky` in my [`jaq`](https://github.com/…
-
### 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…
-
Config:
```
{
"jsdoc/valid-types": "warn",
}
```
Code:
```
* @param {object} [options={}] -
*
* @param {object[]} [options.buttonDefinitions=undefined] - Defines the properties o…
-
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…