-
### 💻
- [ ] Would you like to work on this feature?
### What problem are you trying to solve?
Hello, I want to extend some js syntax based on babel, but babel only supports standard js syntax and c…
-
The parser will create an abstract syntax tree of the code.
In the preliminary implementation we will use the Backus-Naur syntax of C provided by Kernighan and Dennis M. Ritchie in 1988 - https://c…
-
Protobuf edition is available: https://protobuf.dev/editions/overview/
I tried parsing a file with `edition="2023"` header and received this error:
```
found "\"edition\"(Token=2, Pos=:1:1)" bu…
-
I'm trying to add this to `all-the-basics.phi` and the build fails in `eo-parser`:
```
primitives ↦ ⟦
string ↦ "hello, друг!",
int ↦ 42,
float ↦ 3.14
⟧,
```
Would be great …
-
So, Prism is out and it's:
1. correct
2. comes out of the box with MRI (and IIRC with other Ruby implementations)
3. faster (I think on TruffleRuby/JRuby it's absurdly faster because it doesn't r…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I was writing a query of the following variety fo…
-
# Support `remark-code-import` by passing file metadata during parser creation
## Description
When attempting to use the `remark-code-import` plugin with code snippet imports using the file syntax:
…
-
# Background and Motivation
Currently, we have an in-house parser that is built on the `lalrpop` parser-generator. This has been good while the supported syntax has been simple. However, as the suppo…
-
This bug rhymes with #1244.
`parse_sql` normally doesn't care whether a single statement is terminated by a semicolon or end of string, but when parsing Snowflake syntax `COPY INTO` it does.
Thi…
-
- [ ] [Instagram/LibCST: A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree](https://github.com/Instagram/LibCST)
# Instagram…