TiarkRompf / virtualization-lms-core

A Framework for Runtime Code Generation and Compiled DSLs
http://scala-lms.github.com
BSD 3-Clause "New" or "Revised" License
324 stars 91 forks source link

C++11 lambda expressions support #81

Closed afernandez90 closed 9 years ago

afernandez90 commented 9 years ago

C code generator to generate C++11 lambda expressions for DSL-level lambda expressions

TiarkRompf commented 9 years ago

Thanks for the PR! Can you investigate the failing tests?

afernandez90 commented 9 years ago

Oops! Yes! I forgot to update the test on the repo. There you go :).

Thanks to you for the great work!

afernandez90 commented 9 years ago

Merge-in please? :)

TiarkRompf commented 9 years ago

merged :) thanks again!