mirror of https://github.com/voidlizard/hbs2
string literal escaping
This commit is contained in:
parent
dcd13663d9
commit
71b11a70d8
|
@ -184,6 +184,7 @@ tokenizeSexp txt = do
|
|||
<> punct ",`'{}()[]\n"
|
||||
<> sqq
|
||||
<> uw
|
||||
<> esc
|
||||
tokenize spec txt
|
||||
|
||||
runSexpM :: Monad m => SExpM m a -> m a
|
||||
|
|
Loading…
Reference in New Issue