Currently, we use regex via m_lexer in our lexer. This increases compile-times and binary size significantly, so we might want to switch to a hand-written lexer (http://github.com/alexcrichton/toml-rs has one). This should be done after we have a comprehensive test-suite though.
Currently, we use
regex
via m_lexer in our lexer. This increases compile-times and binary size significantly, so we might want to switch to a hand-written lexer (http://github.com/alexcrichton/toml-rs has one). This should be done after we have a comprehensive test-suite though.