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
- Host: GitHub
- URL: https://github.com/grafana/lezer-logql
- Owner: grafana
- License: apache-2.0
- Created: 2022-03-02T17:25:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T12:44:51.000Z (over 1 year ago)
- Last Synced: 2025-01-29T11:51:17.229Z (about 1 year ago)
- Topics: keep
- Language: JavaScript
- Homepage:
- Size: 563 KB
- Stars: 3
- Watchers: 134
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```