The file crates/lexer/README.md contains only a heading and a TODO marker. Several core pipeline crates (ast, parser, codegen, ir, typeck, diagnostics, driver) have detailed READMEs with descriptions, pipeline positions, and usage notes, but the lexer crate -- the entry point of the compiler pipeline -- has only a stub. The lexer handles tokenization of Edge source code into the token stream consumed by the parser. Its README should document what the crate does, its place in the pipeline, the token types it produces, and basic usage examples, consistent with the other documented crates.
🤖 Generated with Claude Code
The file crates/lexer/README.md contains only a heading and a TODO marker. Several core pipeline crates (ast, parser, codegen, ir, typeck, diagnostics, driver) have detailed READMEs with descriptions, pipeline positions, and usage notes, but the lexer crate -- the entry point of the compiler pipeline -- has only a stub. The lexer handles tokenization of Edge source code into the token stream consumed by the parser. Its README should document what the crate does, its place in the pipeline, the token types it produces, and basic usage examples, consistent with the other documented crates.
🤖 Generated with Claude Code