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

ast debugging config #103

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

ast debugging config #103

wants to merge 6 commits into from

Conversation

rdtscp
Copy link
Owner

@rdtscp rdtscp commented Jul 11, 2019

No description provided.

@rdtscp rdtscp added the enhancement New feature or request label Jul 11, 2019
@rdtscp rdtscp self-assigned this Jul 11, 2019
@todo
Copy link

todo bot commented Jul 11, 2019

ALl nodes

# TODO: ALl nodes
def PrintASTNode(astnode, internal_dict):
position = astnode.GetChildMemberWithName("position")
filepath = position.GetChildMemberWithName("file").GetSummary()
filepath = str(filepath).replace("\"", "")


This comment was generated by todo based on a TODO comment in 9b09240 in #103. cc @rdtscp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant