OSDN Git Service

Add: invoke method
authorMIZUNO Hiroki <mzpppp@gmail.com>
Wed, 20 Aug 2008 12:04:52 +0000 (21:04 +0900)
committerMIZUNO Hiroki <mzpppp@gmail.com>
Wed, 20 Aug 2008 12:04:52 +0000 (21:04 +0900)
commitafe61ab560c43a8cbe459fdaff234e7fc66f6a17
tree881af7acdb004a1fdf8bc656be29e4b96b37b2f6
parent06d59f30a4f87ea1c86ce6c165d09ec5f01373f6
Add: invoke method

- add instance method invocation.
Makefile
example/class.scm
src/ast.ml
src/ast.mli
src/base.ml
src/codegen.ml
src/lisp.ml
test/test_codegen.ml
test/test_lisp.ml