From 434e0e15569c716d1f8b7d508f41dad047512d51 Mon Sep 17 00:00:00 2001 From: Nok Lam Chan Date: Tue, 21 Jan 2025 13:50:46 +0000 Subject: [PATCH] Target to fix in 2025 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 0fdeefc..8a6ecc5 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ # learn-rust-by-building-ruff + +## Rebuild with Python +Components: +- [ ] Tokenizer (Lexer) +- [ ] Parser + +main.rs +cache.rs +check.rs +lib.rs +linter.rs +message.rs +parser.rs + +## Rebuild with Rust + +Reference: +Blog: https://compileralchemy.substack.com/p/ruff-internals-of-a-rust-backed-python +Commit: