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.4%
JavaScript
11.7%
Pug
9.2%
HTML
4.7%