8878b630cb29f7e1cb5a0e282375f38936f3b9f1
The lexer would hang when encountering operators like + in attribute values (e.g., class="btn btn-" + type). Added scanAttrValuePart to handle expression continuation with operators (+, -, *, /). Also cleaned up debug prints from view_engine.zig and demo/main.zig.
Description
Languages
Zig
74.1%
JavaScript
11.9%
Pug
9.3%
HTML
4.7%