summaryrefslogtreecommitdiff
path: root/src/vyos1x_lexer.mll
AgeCommit message (Collapse)Author
2025-03-18T7246: drop lexer rule ignoring lines beginning with '//'John Estabrook
The lexer is unnecessarily aggressive in disallowing strings following '//', originally added to ignore version string information. This has the side effect of ignoring legitimate values. Since the version string is now extracted before parsing, this restriction can be dropped.
2022-04-21T4334: make the lexer reentrant by passing state aroundDaniil Baturin
instead of using a shared mutable reference
2019-06-30T1478: Improved lexing error reporting, including proper support for single ↵Daniil Baturin
quoted strings.
2019-06-30Initial import of libraries from Vyconf and old libvyosconfig.Daniil Baturin