Skip to content

Lexer: Allocate string objects on the stack, rather than one the heap

This makes the code simpler, and possibly even a tiny bit faster.

Merge request reports