There’s a number of operations during lexing and parsing that seem they could be trivially accelerated with `std::move`. This issue is to explore this.
There’s a number of operations during lexing and parsing that seem they could be trivially accelerated with
std::move. This issue is to explore this.