-
* parglare version: 0.15
* Python version: 3.10
* Operating System:
### Description
Could you speedup recognisers matching?
I have 10MB source files and >100 number of recognisers.
Profilin…
-
We are reaching a point where we've bound enough APIs by hand to have mostly figured out the design. Now it's mostly a matter of repeating those boilerplate patterns for every SwiftUI view, protocol, …
-
### Issue
Found several `pattern matching failure` in pretty-printed proof hints file. Want to check if this is expected or if this is a bug.
### Steps to recreate the issue
0. Ensure K vers…
-
I ran the tests with `MAKE=make ./parser_tests` and got this:
```
17c17
< :161: syntax error after 'RightButton) ) {
---
> :161: syntax error after 'LeftButton || button == Key.RightButton) ) {
…
-
**Is your feature request related to a problem? Please describe.**
Nix community needs a language server that could be used for "goto definition" for lambdas nixpkgs, or "goto definition" for packa…
-
The notation `"..."` would now behave like `s!"..."`, and we would have a notation for raw strings.
-
In the not-too-distant future, I'd like to bump Tree-sitter's version to 1.0, indicating a greater degree of stability and completeness. After that I'd like to regenerate all of the parsers in the [tr…
-
We're aiming for CLI "compatibility" between several of the kore K commands:
- `kompile ...` and `pyk kompile ...`
- `krun ...` and `pyk run ...`
- `kprove ...` and `pyk prove ...`
- `kast ...` …
-
How difficult would this be to support on Copper's side?
I have in mind amending Copper specs to support something like:
```
...
…
-
**UPDATE**: Fund what it is in the bison manual. This is an [Actions in Mid-Rule](http://dinosaur.compilertools.net/bison/bison_6.html#SEC48).
In the ruby language parser there is a strange construct…