An open API service indexing awesome lists of open source software.

https://github.com/grafana/lezer-logql

LogQL lezer grammar
https://github.com/grafana/lezer-logql

keep

Last synced: 6 months ago
JSON representation

LogQL lezer grammar

Awesome Lists containing this project

README

          

# lezer-logql

LogQL lezer grammar based on https://github.com/grafana/loki/blob/main/pkg/logql/syntax/expr.y.

## Installation

```
npm install
```

## Development

### Building

```
npm run build
```

### Testing

```
npm test
```