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

Enable dynamic QAST Tree building #572

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KennethTrecy
Copy link

By using function, the developer can plug different types of QAST node in the AST. For example, upon invoking the function, it may return QAST::Op.new(:op<callmethod>) or QAST::Var.new(:scope<attribute>), depending on the terms that was passed.

@AlexDaniel
Copy link
Member

Hello! I invited you to the perl6 org in case you have more fixes :) As for this one, I think we'd need to wait for somebody else to review.

@KennethTrecy KennethTrecy reopened this Jan 19, 2021
@coke coke changed the base branch from master to main April 19, 2023 13:41
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

Successfully merging this pull request may close these issues.

2 participants