Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relationship to ast library #1

Open
machow opened this issue Aug 18, 2020 · 0 comments
Open

relationship to ast library #1

machow opened this issue Aug 18, 2020 · 0 comments

Comments

@machow
Copy link
Owner

machow commented Aug 18, 2020

siu role notes
Symbolic Quick AST creation Can be thought of as alternative to ast.parse, or manual node creation
Call Callable AST Can hold literal python objects (e.g. a list vs the AST representation of a list)
Tree visitor Processing and transforming AST Subclass of NodeVisitor, dispatches on function name (Call.func) not class name
Generic function dispatch Functions can return lazy versions of themselves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant