pliosoft / toml-parse

Haskell library for reading TOML and easily querying it
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Multi-line string tokenization #9

Open clord opened 8 years ago

clord commented 8 years ago

This should be quite straight-forward. Some types of string are multi-line, and so when the multiline string is detected it should tokenize as such. Might be a good idea to tokenize to another token type, depends on the situation on the ground.