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 the rest of proc keyword #854

Open
5 of 7 tasks
andychu opened this issue Oct 29, 2020 · 0 comments
Open
5 of 7 tasks

implement the rest of proc keyword #854

andychu opened this issue Oct 29, 2020 · 0 comments

Comments

@andychu
Copy link
Contributor

andychu commented Oct 29, 2020

  • right now they're in the var namespace. I think they should just be in self.procs!
  • doc comments should be printed by pp proc
  • shopt --unset dynamic_scope
  • get rid of return_expr -- proc and func are now different

After pgen code generator #594

  • out params with :, only dynamic scope
  • block params
  • maybe lazy List[Expr] params :(a, b, c) and :(age > 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant