From 9a4a6876167ca355d5a205c0a20558f6452a381b Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Wed, 21 Aug 2024 11:59:17 +0900 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aeb19c..7d76edc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ pip install pylyzer ``` -### cargo (rust package manager) +### cargo (Rust package manager) ```bash cargo install pylyzer --locked @@ -29,7 +29,7 @@ git clone https://github.com/mtshiba/pylyzer.git cargo install --path . --locked ``` -Make sure that `cargo/rustc` is up-to-date, as pylyzer may be written with the latest language features. +Make sure that `cargo`/`rustc` is up-to-date, as pylyzer may be written with the latest (stable) language features. ### [GitHub Releases](https://github.com/mtshiba/pylyzer/releases/latest) @@ -134,7 +134,7 @@ pylyzer converts Python ASTs to Erg ASTs and passes them to Erg's type checker. * [x] type parameter syntax * [x] type narrowing * [ ] others -* `collections.abc` +* [ ] `collections.abc` * [x] `Iterable` * [x] `Iterator` * [x] `Mapping` @@ -145,6 +145,14 @@ pylyzer converts Python ASTs to Erg ASTs and passes them to Erg's type checker. * [ ] `pyi` (stub) files support * [ ] glob pattern file check +## Join us! + +We are looking for contributors to help us improve pylyzer. If you are interested in contributing and have any questions, please feel free to contact us. + +* [Discord (Erg language)](https://discord.gg/kQBuaSUS46) + * [#pylyzer](https://discord.com/channels/1006946336433774742/1056815981168697354) +* [GitHub discussions](https://github.com/mtshiba/pylyzer/discussions) + --- 1 The performance test was conducted on MacBook (Early 2016) with 1.1 GHz Intel Core m3 processor and 8 GB 1867 MHz LPDDR3 memory.[↩](#f1)