|
32f908c127
|
Adding simple implicit return
Ruby return semantics are easy to grasp, not so easy to code. So many cases.
Added support for common cases, return const/variable or call.
|
2019-08-17 23:27:55 +03:00 |
|
|
84b9811e55
|
Fixing ruby send with arguments
When send has complex args, mostly more sends, we hoist those out and pass created temporary variables
|
2019-08-15 21:30:36 +03:00 |
|
Torsten Ruger
|
d03592dfb1
|
fix ruby return
|
2018-07-20 20:05:32 +03:00 |
|
Torsten Ruger
|
a5168ef818
|
fix ruby class statement
|
2018-07-19 21:44:48 +03:00 |
|
Torsten Ruger
|
38350dd198
|
start a new ruby layer to do the to_vool conversion
the "normalization" is getting more and more complicated and is not tested
And it seems i really don't like working with the untyped ast
|
2018-07-19 14:46:51 +03:00 |
|