Skip to content
/ deast Public

A Python 3 module to convert an abstract syntax tree (AST) into Python code.

License

Notifications You must be signed in to change notification settings

perey/deast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deast: Convert an AST into Python code.

deast is a Python module for converting an abstract syntax tree (AST) into Python code. It provides an implementation of the NodeVisitor base class from the standard library ast module.

License

deast is licensed under the Apache License, version 2.0. See the file LICENSE for the license text.

About

A Python 3 module to convert an abstract syntax tree (AST) into Python code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages