-
```
What steps will reproduce the problem?
Use this code (notice the wrong function call Math.coserror):
var script = "
var sum = 0;
for( a in angles )
sum += Math.coserror(a);
su…
-
### Did you check existing issues?
- [ ] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
- [X] I have searched the…
camoz updated
6 months ago
-
**Prettier 1.12.1**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEcAeAHCAnGACAMwFcowYBLaPeAZxgAoBKJPANwnIBM9gAdKPHhpwYAFXIBbOBCIN+gwUzwBeAHw88kKDQgAbOADoA7gENsUesAC+AGjwByADImJA…
-
### :information_source: Info
The expression parser does not handle some function calls or power operators.
**Version: `0.2.0-alpha` current head of the main branch**
### :speech_balloon:…
-
I'd like to propose a simple mathematical expression parser based on NativeJIT to be included within the following benchmark suite:
https://github.com/ArashPartow/math-parser-benchmark-project/
We a…
-
In the code, gltfjsx uses the `toVector3` method in this location:
https://github.com/pmndrs/gltfjsx/blob/7d18a9e65287a3cd0d237bbd3f6bfffc21a09d24/src/utils/parser.js#L170
The definition used i…
-
### Description
I encountered a crash in Clang-20 when compiling the following code snippet:
```cpp
template struct A
{
void foo() throw(int[N]);
};
A a;
template struct A
{
vo…
-
### Windows Terminal version
n/a
### Windows build number
10.0.19041.1348
### Other Software
_No response_
### Steps to reproduce
1. Open a cmd shell in conhost.
2. Run the C++ e…
-
We're using a CMS that adds escape characters on publish. We've just moved to svelte using MDsveX to pre-process markdown files. The previous system we used would happily accept the following
`**Te…
-
**Expected behavior**
Currently, latex formulas in inline spans or blocks can be used in Markdown files to be parsed by Doxygen, using the Doxygen commands \f$ and \f[ \f], respectively.
There are…