In Glob syntax escape \ and windows-dir-separator \ are conflicting
Open
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
For example: `foo\{bar,baz}` is hard to parse. `\{` looks like an escape. This is hard to encode with parsec. `ReadP` tried to disambiguate harder, but I'm not sure that's good idea.
Contributor guide
Assessment
This issue has not been assessed yet.