Re: backslash in triple quoted string
Chris Angelico <[email protected]>
| Newsgroups | comp.lang.python |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 11 May 2025 at 20:38, Left Right via Python-list <[email protected]> wrote: > > My comment was more of an irony really. It's plenty obvious that the > grammar is a lie. The reason is that it's tedious to put the actual > intender rules into the grammar, and so whoever wrote the grammar > decided to cut corners. But, the grammar is supposed to be the > authoritative source for how the language is parsed, that's why even > though it's clear that the grammar is a lie, blaming whoever doesn't > follow it makes it ironic. Have you ever built a language parser? I'm going to guess you haven't. ChrisA