-
The current grouping syntax works as follows:
```
{my_group}
hello
{my_group}
```
However, if you do this:
```
{my_group}
hello
{my_group}
```
you get `kobayashi: Prelude.head: empty…
-
I only noticed this when looking at https://en.cppreference.com/w/cpp/language/variadic_arguments rather than in real world code, but the original C++ syntax for varargs was this, which SWIG fails to …
-
What do you think about using either [`insta` ](https://crates.io/crates/insta), see examples:
- https://github.com/dtolnay/syn/blob/a777cff00528f270b43f40b0a58c5c26fc85a2bd/tests/test_parse_quote.rs…
-
The Parser consumes the XML token stream, constructs a syntax tree, and either reports a syntax error or stores the syntax tree as a new XML file.
-
Hi! I've been making my own devicetree parser, analyzer and LSP in [dt-tools](https://github.com/axelkar/dt-tools). Maybe we could collaborate?
In the latest revision, it uses Logos for lexing (it'…
-
### Describe the bug
i got this error:
```
{
code: 'BABEL_PARSER_SYNTAX_ERROR',
reasonCode: 'UnexpectedReservedWord',
loc: Position { line: 23, column: 20, index: 743 },
pos: 743,
sy…
-
## Bug Description
In our babel config, we define:
```js
...
plugins: [
'babel-plugin-syntax-hermes-parser',
...
]
...
```
We also have this in our webpack build:
```js
...
sp…
-
I have a file like
```
edition = "2023";
...
```
When running protoc-gen-doc like so:
```shell
docker run --rm \
-v $(pwd)/:/out \
-v $(pwd)/proto:/protos \
pseudomuto/protoc-gen-doc -…
-
### Related problem
For the longest time, I considered the `[[ column0 column1 ]; [ foo bar ] [ baz car ] [ far fit ]]` syntax to be unintuitive and unreadable, and I stuck to the "list of record lit…
-
`ObjectProperty` currently looks like this:
```rs
pub struct ObjectProperty,
pub value: Expression>, // for `CoverInitializedName`
pub method: bool,
pub shorthand: bool,
pub co…