Files
RustAst/examples
Brummel ee89d2330d feat: Add comments to AST nodes
This commit introduces support for comments within the AST nodes.
Comments are now parsed by the lexer and stored within the `Token`
struct.
These comments are then propagated through various compiler phases,
including
the `Node` struct, ensuring they are preserved in the Abstract Syntax
Tree.
This change enhances the AST's ability to retain source code
information,
which can be valuable for debugging and analysis.
2026-03-25 18:36:53 +01:00
..
2026-03-17 17:33:24 +01:00
2026-03-17 17:33:24 +01:00
2026-03-17 17:33:24 +01:00
2026-03-17 17:33:24 +01:00
2026-03-08 12:09:32 +01:00
2026-03-17 17:33:24 +01:00