|
|
|
|
|
by MHordecki
2210 days ago
|
|
The linked LWN article[1] mentions context-sensitive keywords, ie. a way to treat certain words as language keywords only in specific contexts. For example, a new match statement that wouldn't require reserving the `match` word as a language keyword, which would require a breaking change and break all existing code that uses `match` as a variable name. Such a feature requires support from the parser. [1]: https://lwn.net/Articles/816922/ |
|