blaze / datashape

Language defining a data description protocol
BSD 2-Clause "Simplified" License
183 stars 65 forks source link

Allow strings with backslash characters #97

Open mwiebe opened 10 years ago

mwiebe commented 10 years ago

The regex matching strings don't accept backslashes. Places to update this include:

Grammar specification: https://github.com/ContinuumIO/datashape/blob/master/docs/source/grammar.rst#the-datashape-grammar

Lexer: https://github.com/ContinuumIO/datashape/blob/master/datashape/lexer.py#L41

Tests