ethowitz / sruby

An increasingly less miniature implementation of Ruby in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add additional abstract syntax for invocations

ethowitz opened this issue · comments

Will improve Evaluator#evalInvocation

  • InvocationWithImplicitReceiver

also

  • ivars are not method invocations and should have separate abstract syntax
  • we will still need to handle local var vs implicit receiver method calls during AST evaluation

closing in favor of #55