Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 11:00
· 21 commits to main since this release
def385a
CLI implementation (#19)

1. CLI impelmentation which will take the input location as well as
optional output location (if not passed it will create .ast folder
within the input location).
2. Little code refactor
3. Changed code to add file information only inside root node of type
ast.File
4. Unit tests for different use cases for CLI inputs.