-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b184bc
commit fc431c3
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
## 0.0.1 | ||
|
||
* python-air wraps "libast" from the Python standard library to parse Python code. | ||
* generates a Python program that writes an AST as JSON to disk | ||
* executes that Python program using util::ShellExec::exec | ||
* reads the JSON and normalizes it towards a Rascal AST shape | ||
* takes care to retain position information on all AST nodes | ||
* this is quite experimental for now. |