Conversation

One of my side projects is a JS-like imperative language. I want to allow multi-token variable & function names, like “default player inventory” instead of e.g. “default_player_inventory”. Most of the time this is unambiguous—the only edge case is an identifier next to a keyword.
3
7