wooey / clinto

This converts an assortment of python command line interfaces into a language agnostic build spec for usage in GUI creation.
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

Use astor for AST->Python parsing #35

Open Chris7 opened 6 years ago

Chris7 commented 6 years ago

The current AST parsing fails on some python corner cases. We should use this library to do this conversion for us instead of maintaining our own copy of Armin's codegen code: https://github.com/berkerpeksag/astor