summaryrefslogtreecommitdiff
path: root/src/curly_lexer.mll
AgeCommit message (Collapse)Author
2017-01-13T249: add support for inactive and ephemeral nodes to the curly config parser.Daniil Baturin
2017-01-13A few touches to the curly config lexer and parser.Daniil Baturin
Allow single quoted strings. Allow \r's as whitespace. Set line numbers on \n to enable better error reporting. Allow any non-reserved characters ([^\s\{\}\[\]\"\']) in identifiers and unquoted values.
2017-01-09Not quite T245 but related: trim comments and allow more characters in ↵Daniil Baturin
identifiers.
2017-01-05Initial implementation of the curly config parser.Daniil Baturin