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

Support for richer patterns with var with names and function calls wi… #93

Merged

Conversation

AjayBrahmakshatriya
Copy link
Collaborator

…th arguments

This changeset just adds supports for richer patterns -

  1. var can now have var_names as part of the pattern itself. This needs to match and will also be used in creation of new variables
  2. function_call_expr can now have children and will be used for checking and creation,

Both of these are required for the tutorial

@AjayBrahmakshatriya AjayBrahmakshatriya merged commit 7a27542 into BuildIt-lang:master Mar 2, 2025
2 checks passed
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.

1 participant