Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-18 | T7246: 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-21 | T4334: make the lexer reentrant by passing state around | Daniil Baturin | |
instead of using a shared mutable reference | |||
2019-06-30 | T1478: Improved lexing error reporting, including proper support for single ↵ | Daniil Baturin | |
quoted strings. | |||
2019-06-30 | Initial import of libraries from Vyconf and old libvyosconfig. | Daniil Baturin | |