Skip to content

Add macros to support using Case Classes as the function parmater #9

Open
@kclay

Description

@kclay
(v:Hero) => hero.foo + 10 / 50 + hero.bar
// translates to 
(v:Var)=> v("foo").+(10)./(50).+(v("bar"))

This should be possible with http://www.scala-lang.org/files/archive/nightly/docs/library/index.html#scala.reflect.api.Trees$Transformer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions