Skip to content

Commit 2fc28ae

Browse files
committed
Add versions info
1 parent 9d85b51 commit 2fc28ae

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ Or
4343
FASTPythonImporter parseFile: myFile
4444
```
4545

46-
> [!NOTE]
47-
> TreeSitter python changed after the version 0.25 to remove expression statement for the produced tree. The parser do not work in 100% of the case for version <= 0.25. So if you have tests that are not passing, first check the version of tree-sitter-python you are using.
48-
4946
# Documentation
5047

5148
The best documentation to read about this project is located in Pharo Tree Sitter's repository here: [https://github.com/Evref-BL/Pharo-Tree-Sitter/blob/main/resources/doc/fast_importer.md](https://github.com/Evref-BL/Pharo-Tree-Sitter/blob/main/resources/doc/fast_importer.md) and here: [https://github.com/Evref-BL/Pharo-Tree-Sitter/blob/main/resources/doc/ts_utilities.md](https://github.com/Evref-BL/Pharo-Tree-Sitter/blob/main/resources/doc/ts_utilities.md)
@@ -56,6 +53,17 @@ The best documentation to read about this project is located in Pharo Tree Sitte
5653
|------------- |------------------------------|
5754
| v1.x.x | Moose 13 |
5855

56+
57+
## TreeSitter python version compatibility
58+
59+
TreeSitter python changed after the version 0.25 to remove expression statement for the produced tree. The parser do not work in 100% of the case for version <= 0.25. So if you have tests that are not passing, first check the version of tree-sitter-python you are using.
60+
61+
## Python version compatibility
62+
63+
This importer should work for Python 2 and 3 (but Python 2 code has less test coverage).
64+
65+
Latest tested python version is 3.13.3. Features added after this release might not be taken into account.
66+
5967
## Contact
6068

6169
If you have any questions or problems do not hesitate to open an issue or contact cyril (a) ferlicot.fr

0 commit comments

Comments
 (0)