-
There’s already a Nix parser written in Rust at https://github.com/nix-community/rnix-parser (but from what I could see based on a very different parsing method and producing a somewhat different resu…
-
How do you parse *very* similar rules in ply? Suppose a have a code that looks like this:
```python
def p_print_smt(t):
'''print_smt :
| PRINT LPAREN expression RPAREN SEMI
…
-
Library name: GNU Bison
Library description: Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser emplo…
-
The binary KORE pipeline still has one step where textual KORE is required - parsing a program from surface syntax into a KORE term requires the use of `--gen-glr-bison-parser` and the corresponding `…
-
I have noted in the last release that the minigalleries do not render in lines but as columns:
![image](https://user-images.githubusercontent.com/1386873/185317924-de501ce8-1d66-4997-b4ad-5ba7bfa…
-
### Describe the bug
Example taken from: https://imbalanced-learn.org/stable/auto_examples/applications/plot_impact_imbalanced_classes.html#sphx-glr-auto-examples-applications-plot-impact-imbalanced-…
-
* parglare version: 0.12.1.dev59+g04bb549 (current master), same happens on 0.12.1.dev48+g9752b22
* Python version: Python 3.7.3
* Operating System: MacOS 10.15.7
### Description
The GLR p…
-
Example:
```py
def _get_slots(cls):
match cls.__dict__.get('__slots__'):
case None:
return
case str(slot):
yield slot
# Slots may be any ite…
-
Say a piece of code:
```
#[derive(Debug)]
pub enum Expr {
Number(i32),
Op(Box, Opcode, Box),
}
#[derive(Debug)]
pub enum Opcode {
And, Or
}
let code = "(123,234);(234,(345,(…
-
CI uses sphinx 5.2.0 since this afternoon (https://github.com/sphinx-doc/sphinx/issues/10853#issuecomment-1257014477). This throws the following error (local build of current master with -vvv):
```…