https://issues.dlang.org/show_bug.cgi?id=6589
--- Comment #2 from Nick Treleaven <[email protected]> --- > It could parse `*==` as `*` and `==`. Here I meant the tokenizer. > How can it tell that `*=` should be `*` and `=`? You mean a workaround in the parser to deconstruct the `*=` token? --
