our parser does not allows something weird but ruby does:
------1
actually, ruby op are works different ways in some cases.
in this case it will call method -@ of 1(Integer).
but our parser cannot handle these weird case.
because it would not call the method or do something near behavior.
we need to try proto prefix or some other way.
our parser does not allows something weird but ruby does:
------1
actually, ruby op are works different ways in some cases.
in this case it will call method -@ of 1(Integer).
but our parser cannot handle these weird case.
because it would not call the method or do something near behavior.
we need to try proto prefix or some other way.