-
We'd want a parser that's more lenient and would process things that don't smell like valid syntax as just literals.
This would fix e.g. #750, #777, #755, etc.
Maybe... https://matklad.github.io…
-
### 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…
-
As it is possible to typecheck jsdoc comments with the typescript compiler it is more and more common to use typescript types in jsdoc comments. It would be really great if those would be supported by…
-
## Motivation
My motivation for this rule is to enforce consistent spacing for type unions in type parameter, specifically to always have spaces surrounding the `|`. E.g. `string | number`, not…
-
**Describe the issue**
I get a syntax error whenever I use the typescript’s [template literal types](https://www.typescriptlang.org/docs/handbook/2/template-literal-types.html)
**To Reproduce**
…
-
A list of things that need doing before 1.0 can be released as stable. This list will grow as we become aware of more things or remember outstanding issues.
# API
## General
- [ ] Consider wh…
-
Just sharing my implementation (in C#) for study purposes:
[https://github.com/drewbanas/jcloxcs](https://github.com/drewbanas/jcloxcs)
It has a modified **clox compiler** that takes in the list…
-
### Problem Description
The ConditionSet class currently performs 2 roles;
- evaluating expressions to int64_t values and to booleans (using the Test function)
- performing assignments to conditi…
-
Has anybody reviewed compatibility with the types listed in jsdoctypeparser/jsdoctypeparser#50 ? If you haven't, @simonseyock, I might be able to investigate.
-
The arguments for `Expression.Application` (renamed to `FunctionCall` in v8) are stored in a `List`. That has the unfortunate consequence that in the parser we have to append a newly discovered argume…