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

Implement grammar support for dots used in modular models #85

Open
mastevb opened this issue Jul 16, 2022 · 1 comment
Open

Implement grammar support for dots used in modular models #85

mastevb opened this issue Jul 16, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@mastevb
Copy link
Collaborator

mastevb commented Jul 16, 2022

model foo()
 x = 4.8
end
 
model bar()
 A: foo()
 A.x is y // Error here
 y = 2.2
end

@mastevb mastevb added this to the Summer milestone Jul 16, 2022
@longxf21
Copy link
Collaborator

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

No branches or pull requests

2 participants