|
3df54910cc
|
rename singleton_class to single_class and misc
was clashing with real ruby method name
also many superclass mismatch fixes
some misc
|
2019-09-24 17:25:19 +03:00 |
|
|
f87526f86f
|
Renaming Vool exppressions rightly
Class, Method and Lambda (was block) are expressions.
Just making things clearer, especially for the blocks (ahem, lambdas) is matters.
wip
|
2019-08-19 11:33:12 +03:00 |
|
Torsten Ruger
|
1391667f6c
|
still doing attr_reader, but closing #25
cattr still missing, but only one occurence. Later.
|
2019-03-07 11:00:18 +02:00 |
|
Torsten Ruger
|
5ed6a07083
|
better test for attr
still #25
|
2019-03-07 10:47:48 +02:00 |
|
Torsten Ruger
|
04720d4950
|
implement attr setter correctly
part of #25
still need to do for list and attr_reader
|
2019-03-06 11:21:09 +02:00 |
|
Torsten Ruger
|
b4b1e6e13b
|
start rewriting for parfait #25
just some infrastructure for now.
|
2019-03-05 20:36:40 +02:00 |
|
Torsten Ruger
|
a5168ef818
|
fix ruby class statement
|
2018-07-19 21:44:48 +03:00 |
|
Torsten Ruger
|
61225c2f20
|
ifx most of the conversion
well . . it's still converting to ruby, minor detail
|
2018-07-19 14:59:10 +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 |
|