Skip to content

Commit 60f733c

Browse files
committed
Add note about ast_serialize repo
1 parent 95319e3 commit 60f733c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mypy/nativeparse.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
Use a Rust extension to generate a serialized AST, and deserialize the AST directly
55
to a mypy AST.
66
7-
NOTE: This is heavily work in progress.
7+
NOTE: This is heavily work in progress. To use this, you need to manually build the
8+
ast_serialize Rust extension, see instructions in https://github.com/mypyc/ast_serialize.
89
910
Expected benefits over mypy.fastparse:
1011
* No intermediate non-mypyc AST created, to improve performance

0 commit comments

Comments
 (0)