aboutsummaryrefslogtreecommitdiff
path: root/lib/docs/ziglexer.js
AgeCommit message (Collapse)Author
2024-03-10noAndrew Kelley
2023-09-03autodoc: Implement `a[b]`, `a.?`, and `a.*` (#16863)Krzysztof Wolicki
* autodoc: Implement elem_val_node and basic optional_payload_* * autodoc: Add `.*` loads
2023-08-03autodoc: Added line_comment tokens to ziglexer.js tokenizerKrzysztof Wolicki
2023-07-14Autodoc tokenizer (#16409)Loris Cro
* autodoc: init work to refactor exprName * autodoc: Implement more expressions in exprName refactor * autodoc: more work * autodoc: More exprName to ex refactoring * autodoc: Remove whitespace flag from renderer; Add pre tags in value and variable drawing in renderContainer * autodoc: add inline styling to pre blocks * autodoc: move renderer code to main.js * autodoc: More exprName to ex refactoring; Fn signatures rendered with new code * autodoc: Fix function rendering. Add more things to ex * autodoc: nuke exprName --------- Co-authored-by: Krzysztof Wolicki <der.teufel.mail@gmail.com>
2023-07-03autodoc: wire in js tokenizer to frontendLoris Cro
2023-07-03Autodoc: Javascript port of zig lexer. (#16306)Emile Badenhorst
* Most of the js lexer ported * Fixed lexical Ranges * Mini test framework * More testing and bug fixing in zig js lexer * Removed bad import * Implemented good html generation Closes #15863