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 closure expressions (CLOSXP) #29

Closed
cubranic opened this issue Sep 12, 2014 · 0 comments
Closed

Implement closure expressions (CLOSXP) #29

cubranic opened this issue Sep 12, 2014 · 0 comments

Comments

@cubranic
Copy link
Owner

Test cases:

  • function() {}
  • function() NULL
  • function() 1L
  • function() 1+2
  • function(a, b) {a - b}
  • function(a=3, b) {a + b * pi}
  • function(x=3, y, ...) {x * log(y) }
cubranic added a commit that referenced this issue Dec 17, 2014
Changes since v0.092:

- Implement complex vector SEXPs (#30)
- Implement closure SEXPs (#29, #32, #34, #35, #36, #38)
- Implement expression SEXPs (#26)
- Implement special environments global, base, and empty (#31, #33)
- Allow configuring Rserve host from WebWork settings
- Add graceful failure in WWk macros if Rserve host is not configured
- Fix parsing of special row names (#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

No branches or pull requests

1 participant