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

Function identifier as factor fix #753

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

nblei
Copy link
Contributor

@nblei nblei commented Jun 4, 2024

I created a CheckExpression pass. Currently, it only looks at the kinds of factors, and raises an error when the kind is not appropriate (e.g., functions, modules, interfaces, etc.), and it also checks to ensure only function kinds (Function, SystemVerilog, ModportFunctionMember, SystemFunction) are function call factors.

So this fixes #747 and #746.

@dalance
Copy link
Collaborator

dalance commented Jun 5, 2024

Looks good.
I'll merge this PR after resolving the conflict.

@dalance dalance merged commit 365ea2e into veryl-lang:master Jun 5, 2024
6 checks passed
@nblei nblei deleted the function_identifier_as_factor_fix branch June 5, 2024 14:39
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.

Function identifier refered as a factor
2 participants