-
The base of the parser is there, but it still needs a lot work. The bulk of the remaining work is expression parsing and composite types.
Remaining work (incomplete list):
- [ ] array types
- [ ] sli…
-
Per https://github.com/gpuweb/gpuweb/issues/3346, WGSL has a partial order of precedence, meaning that among other things the arguments to a shift expression must be parenthesized if they are not unar…
-
I use this code:
`("r, prefix", "Output file prefix", cxxopts::value(prefix))`
It generates error:
`C2679 binary '>>': no operator found which takes a right-hand operand of type 'T' (or there…
-
#### Describe the bug
URLs like `https://en.wikipedia.org/wiki/APL_(programming_language)` are silently converted to `https://en.wikipedia.org/wiki/APL_`.
#### Steps to reproduce
1. `archiveb…
-
The next big thing that LLJS Structs currently lack compared to C∕C++ are bit fields. A syntax similar to this snippet would be great:
```
struct BitFieldStruct {
int x: 1;
int y: 1;
int paddin…
-
When running fileImport from Flow and attempting to read an Avro file the Parse Configuration cell defaults to CSV Parser, SOH Separator and 3 cols named Obj, aavro.schema, and and fails to parse the…
-
Newly introduced in 4.0, this behavior previously worked in 3.5 but now will cause the process to hang with 0% CPU utilization. Using any other value than `1` works fine.
-
### Is your feature request related to a problem? Please describe
If you write horrible enough code, it can generate a large asm file, even if the parts of the assembly that are not filtered out by d…
KSSAB updated
6 months ago
-
### 💻
- [x] Would you like to work on a fix?
### How are you using Babel?
Programmatic API
### Input code
```js
// file: test.js
const parser = require('@babel/parser');
const trave…
-
The following code generates a memory leak error, which it's supposed to do.
```
#include
#include
int *f(void) {
//const unsigned int i = 100;
int *a = malloc(100);
return a;
}
…