Successfully interpret class methods

just about closes #24
This commit is contained in:
Torsten Ruger
2019-02-27 09:48:21 +02:00
parent 461a6933c6
commit eec72a9fca
5 changed files with 50 additions and 6 deletions

View File

@ -14,6 +14,7 @@ module Ruby
@node.to_s[0 ... 200]
end
end
# This RubyCompiler compiles incoming ruby (string) into a typed
# version of theast, with the help of the parser gem.
# The parser outputs an abstract ast (nodes)