Skip to content

Commit

Permalink
added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Feb 7, 2024
1 parent 0b184bc commit fc431c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE-NOTES
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.

0 comments on commit fc431c3

Please sign in to comment.