#1065559 ITP: golang-modernc-lexer -- provides generating actionless scanners at run time

#1065559#5
Date:
2024-03-06 16:35:53 UTC
From:
To:
* Package name    : golang-modernc-lexer
   Version         : 1.0.5-1
   Upstream Author : Jan Mercl
* URL             : https://gitlab.com/cznic/lexer
* License         : BSD-3-clause
   Programming Lang: Go
   Description     : lexer provides generating actionless scanners at run
time

Scanners are defined by regular expressions and/or lexical grammars,
mapping between those definitions, token numeric identifiers
and an optional set of starting id sets, providing simmilar
functionality as switching start states in *nix LEX. The generated FSMs
are
Unicode arune based and all unicode.Categories and unicode.Scripts are
supported by the regexp syntax using the \p{name} construct.

This package is on dependency tree of probe-cli