Matt Lott
Matt Lott
Hi @robertleeplummerjr, I'm open to working with you and @OpenMined on this project, including separating behaviors as you suggest. You may want to check out the skulpty project @basicer referenced...
#8 is a catchall for advanced function arguments. We can use this issue to track default arguments.
There are quite a few that haven't been implemented yet. The list in [README.md](https://github.com/differentmatt/filbert/blob/master/README.md) should be fairly accurate. I would love some input on which ones are more and less...
I'll defer to @nwinter, since he opened this issue.
Great, keep us posted!
Cool, looking forward to an example.
I like it! This should work nicely. Why would you use `self` instead of `this` directly in your modules objects? `parseSubscripts` has examples of generating AST nodes to reference runtime...
Short answer is no, there aren't built-in functions for this. But, the `node.type` property looks like it matches pretty closely to most of the babel types at first glance. Hope...
We don't support lambda yet, #4
Hey @robertleeplummerjr, thanks for the PR! Will try to find some time over the next week or so to check out these changes.