summaryrefslogtreecommitdiff
path: root/parser/vyos1x_lexer.mll
AgeCommit message (Collapse)Author
2018-09-11Allow all characters except braces, quotes, and whitespace in "identifiers"Daniil Baturin
(bare strings that can be either node identifiers or leaf node values). That's required for compatibility with old configs because old configs allow it, for example, "pre-shared secret f%#$!@*&".
2018-07-18Use a more descriptive name for the lexer hack flag and add an explanation ↵Daniil Baturin
of it.
2018-05-28Integrate the parser/lexer and the renderer in the build setup.Daniil Baturin