OSDN Git Service

- type.h内のインターフェースをテストするためのtype_test.cppを追加
authorderui <derutakayu@user.sourceforge.jp>
Mon, 7 Sep 2009 12:54:31 +0000 (21:54 +0900)
committerderui <derutakayu@user.sourceforge.jp>
Mon, 7 Sep 2009 12:54:31 +0000 (21:54 +0900)
commit78c965cebd6796b5468f439cb23322d14b25ff3c
treee2e0cde5146d38564041219f009aaec62584bfde
parent248d40d7a630489f19238546519e13b22c36a90d
- type.h内のインターフェースをテストするためのtype_test.cppを追加
- scheme内部のデータ構造を表現するためのdata_strcuture.h等を追加
- Objectクラスを基底とせず、scheme側のフロントエンドになるように変更。
- Objectクラスの変更に伴い、environment_test.cppを変更
15 files changed:
autom4te.cache/requests
config.log
data_structure.cpp [new file with mode: 0755]
data_structure.h [changed mode: 0644->0755]
data_structure_interface.h [new file with mode: 0755]
literal.h
object.cpp [new file with mode: 0755]
object.h
parser.cpp
test/Makefile
test/Makefile.am
test/Makefile.in
test/environment_test.cpp
test/type_test
test/type_test.cpp [changed mode: 0644->0755]