-
Food for thought: `ACTIVATE_TOKENS #WholeBunchOfTokens ...` or even `ACTIVATE_TOKENS #HalfBunch, #OtherHalf ...`.
-
It would be helpful if the README had a longer description.
Something like:
> A one-pass compiler for a subset of C, relying on a recursive-descent parser, doing the lexing, parsing and code ge…
-
Ninja gives a lexing error if I create a build rule with a + in it. This causes difficulty as I'm trying to create a c++0x variant of my build and I have to adjust the target name for ninja
Can you e…
-
The following fails to lex properly when the file has DOS line endings of `\r\n`
```fortran
program main
integer x,
+ z
end program main
```
Giving the error
```
Progr…
-
Current requires a space to separate the `,` and the `-`.
-
It looks like `Error` is 80 bytes on x86-64 which will make the `Result` returned from a lot of the lexing functions pretty big. A prototype of this reduced the size of naga::front::wgsl::Parser::pars…
-
**Describe the bug**
When unary operators are used in column definition X, X is formatted to be in the same line as the previous column definition.
A space is also added in between the unary opera…
-
While LuaJIT can handle Non-ASCII characters correctly(http://luajit.org/extensions.html), Prometheus was only accept ASCII characters. It is inconvenient to work with many domain specific scripts tha…
-
Right now, we are lexing and parsing operators like `+`, `-`, etc., and then doing some late-stage parsing to assemble `OpRegion`s into proper expression-level applications in AST. But we're doing so …
j-hui updated
3 years ago
-
Some countries might start the week on another day, which can be configured in date-fns `weekStartsOn` parameter.
Unfortunately, this cannot be passed over here due to fixed lexing: https://github.…