bwplotka 6e7cce8d34 experiment
Signed-off-by: bwplotka <bwplotka@gmail.com>
2025-02-05 10:14:11 +00:00
..
2025-02-05 10:14:11 +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