bwplotka fae1df3685 Tmp
Signed-off-by: bwplotka <bwplotka@gmail.com>
2025-02-05 09:35:52 +00:00
..
Tmp
2025-02-05 09:35:52 +00: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