-
#877 give me an idea, that is will be worth to use `_` (self-reference) in the `if` key:
```yaml
seq:
- id: predictor
type: u1
if: _ == 42
```
This should generate code that use looka…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
A recent update to Svelte syntax highlighting seems to have broken highlighting for components tha…
-
**Is your feature request related to a problem? Please describe.**
Recently I've met quite a few grammars that had unary prefix or postfix operators between the usual binary operator precedence table…
-
I propose that an extra annotation be available in Pegex grammars, so that the return result from an appropriate receiver class, possibly the default one, be a sensible Abstract Syntax Tree (AST).
…
-
**Describe the bug**
When running `nix flake show` and `nix flake check`, I get the following error:
```
❯ nix flake check
error:
… while checking flake output 'packages'
at «n…
-
### Describe the bug
When opening a help file in neovim some red error messages are printed on random lines in the buffer.
### Steps To Reproduce
Steps to reproduce the behavior:
1. Use th…
lucc updated
2 months ago
-
-
import { select,ident_part,from,__,_ } from '../../common/common.js';
// select.peggy:
selectStatement
= select _ colunm_clause:colunm_clause _ from _ table_name:table_name __ ';'{ return `colum…
-
Consider the following three grammars that generate ecore models:
* MyDsl - the base grammar, containing the `enum` definition
* MyDsl2 - a grammar inheriting from the base, containing a `ParentMode…
-
I tried this code [playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=e872d18e2c2ee6a806f7872052fbd744):
```rust
use std::sync::Once;
const INIT: Once = Once::n…