Skip to content

Commit

Permalink
First try at installing tree sitter over pyast
Browse files Browse the repository at this point in the history
  • Loading branch information
titomeister committed Mar 22, 2024
1 parent 3cc97db commit 3d4d5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skema/program_analysis/python2cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def python_to_cast(
rawjson=False,
legacy=False,
cast_obj=False,
tree_sitter=False
tree_sitter=True
) -> Optional[CAST]:
"""Create a CAST object from a Python file and serialize it to JSON.
Expand Down

0 comments on commit 3d4d5ee

Please sign in to comment.