Skip to content

Store token text/identifier as interned wo_pstring_t, bump woort

mr cino requested to merge master into release

Token text and identifier fields now hold wo_pstring_t (interned via wstring_pool) instead of std::string. This removes redundant get_pstr interning calls in the AST builder, eliminates per-token string copies on the LSP/macro boundaries, and reduces operator lexing temporaries by probing longer operators in-place. Also bumps woort for GCMap fixes.

Merge request reports