Torsten Ruger
|
11c5389e24
|
Fix if logic error
ifs may have an empty true block
Especially for unlesses thet is normal, so allow
|
2019-03-05 20:30:24 +02:00 |
|
Torsten Ruger
|
8d4eab72bf
|
update parser to use 2.6
was choking on &. syntax
improved error reporting slightly
|
2019-03-04 19:00:47 +02:00 |
|
Torsten Ruger
|
eec72a9fca
|
Successfully interpret class methods
just about closes #24
|
2019-02-27 09:48:21 +02:00 |
|
Torsten Ruger
|
37571a0ff9
|
Add ruby class methods
Ruby parser and ruby level for #24
|
2019-02-12 22:36:37 +02:00 |
|
Torsten Ruger
|
403540b3ca
|
slightly better messages for unsupported ruby
Very slightly unfortunately, just just enought to find the error.
Also testing what is unsupported, so it's documented.
|
2019-02-10 21:02:16 +02:00 |
|
Torsten Ruger
|
f728725b1a
|
change the ruby block to be like the ruby block
ie modelled like the ast outputs it
|
2018-07-19 16:22:44 +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 |
|