bblfsh / python-driver

GNU General Public License v3.0
10 stars 16 forks source link

Handle return types other than Identifiers #191

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

Allow types other than BoxedName as a type of return.

Also, make sure to include the Init to all returns - Python has implicit returns.

Fixes #187

Signed-off-by: Denys Smirnov denys@sourced.tech