Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Aug 19, 2024
1 parent 96b6db2 commit dcae470
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ pylyzer converts Python ASTs to Erg ASTs and passes them to Erg's type checker.
* [x] operator
* [x] function/method
* [x] class
* [x] builtin modules resolving (partially)
* [x] local scripts resolving
* [ ] local packages resolving
* [x] builtin modules analysis
* [x] local scripts analysis
* [x] local packages analysis
* [x] collection types
* [x] `list`
* [x] `dict`
Expand All @@ -114,12 +114,17 @@ pylyzer converts Python ASTs to Erg ASTs and passes them to Erg's type checker.
* [x] `Literal`
* [x] `Callable`
* [ ] `TypedDict`
* [ ] type variable (`TypeVar`, `Generic`)
* [ ] type variable
* [x] `TypeVar`
* [x] type parameter syntax
* [ ] `Generic`
* [ ] `Protocol`
* [ ] `Final`
* [ ] `Annotated`
* [ ] `TypeAlias`
* [ ] type guard (`TypeGuard`)
* [ ] type guard
* [x] type narrowing
* [ ] `TypeGuard`
* [ ] others
* `collections.abc`
* [x] `Iterable`
Expand Down

0 comments on commit dcae470

Please sign in to comment.