Ganesh Vernekar 8815b789b8 Normalise 'le' and 'quantile' labels in queries
Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com>
2025-09-03 15:18:00 -07:00
..

Making changes to textparse lexers

In the rare case that you need to update the textparse lexers, edit promlex.l or openmetricslex.l and then run the following command: golex -o=promlex.l.go promlex.l

Note that you need golex installed: go get -u modernc.org/golex