-
I found a bug in my lexer where I wasn't properly lexing idents that started with a keyword, e.g. `return_a` or `int_b`. I didn't catch this until running the Chapter 7 parsing tests with `--goto` ena…
-
### Abstract
Make stropped (enclosed in backticks) identifiers **literal identifiers**. This proposal would make writing low-level 1:1 C wrappers a smoother process while not breaking past code* an…
-
Hello,
I'm making an ICAL file parser which respects a simpler format and I need to use prefixes to detect **strings** in ICAL files but it doesn't seem to work in my case, I don't know if I've mis…
-
`src/yygram.cpp` is generated with lines like this:
https://github.com/rmtew/incursion-roguelike/blob/ef4120a8141f83645c765b8feedc08486b3e99c5/src/yygram.cpp#L199
But the project directory path …
-
https://github.com/wader/jqjq needs `-L`
-
Greg,
I had a couple of weird errors playing around with Duck recently, and program will throw out stuff like "Error 1", when I screw something up. It may be a little early in development to consider…
-
Context https://twitter.com/imperioworld_/status/1325916530257833984 cc @GuillaumeGomez
# Description
I'm the author of https://github.com/Hywan/inline-c-rs/. It allows to write C code inside R…
Hywan updated
3 years ago
-
see body of https://github.com/oxc-project/oxc/pull/6129
-
Hi,
recently there was another discussion in the forum about how to improve error messages, and shortly after indeed I ran into this one
```
# ListLabels.map ~f:(fun i -> i+1). [1;2;3];;
Line 1…
-
After using `naga_oil` myself and running into some issues, I think it would really benefit having access to `naga` internals. I did search for this feature request within WGPU, but I originally did n…