https://bugs.kde.org/show_bug.cgi?id=479936
--- Comment #2 from Ellie <e...@horse64.org> --- I don't see how without running into scalability issues, doesn't that require basically an exponential explosion of context constructs? E.g. for 3 independent states, 27 context constructs already? Unless you expect me to write a compiler to output the syntax formatting and no longer be able to write it myself, I don't see how that's feasible. Therefore, the reasoning that it should be expressible seems somewhat theoretical and not really true in practice as soon as the grammar is more context-sensitive than usual. I would assume C++ to be less context sensitive because it has line terminators, while what I'm working on doesn't. -- You are receiving this mail because: You are watching all bug changes.