OSDN Git Service

[ADD] call to invoke translator
authormzp <mzpppp@gmail.com>
Sun, 2 Nov 2008 10:45:43 +0000 (19:45 +0900)
committermzp <mzpppp@gmail.com>
Sun, 2 Nov 2008 10:45:43 +0000 (19:45 +0900)
commit2e55d81b06cca83032816047f280e352b44a6b27
treee9a6965c23b6524ab920c03382d82bd5571276ef
parent5928803e52b6764f6dddc8d0b8fdc67ff188cf5d
[ADD] call to invoke translator

Under some conditions, Ast.Call is converted to Ast.Invoke.

For example:
  (define-method f ([self Foo]) ...)

  (f obj) ;; => (. obj (f))
src/closTrans.ml
test/test_clostrans.ml