OSDN Git Service

- Consの実装、()と判定される空のオブジェクトを定義。
authorderui <derutakayu@user.sourceforge.jp>
Mon, 3 Aug 2009 14:51:18 +0000 (23:51 +0900)
committerderui <derutakayu@user.sourceforge.jp>
Mon, 3 Aug 2009 14:51:18 +0000 (23:51 +0900)
commit060eba6c2cbb0623168bc85ca6ae13725601b608
tree76a3f7567d56a69cc8a864ff71390f2085a6bb01
parenta404bf91d383f638c941e7866dee5ba032af5065
- Consの実装、()と判定される空のオブジェクトを定義。
- Consのテストを実装したcons_testを追加。
22 files changed:
.gitignore
OMakefile
OMakeroot
autom4te.cache/requests
config.log
cons.cpp [new file with mode: 0755]
cons.h
lexeme_impl.cpp
lexeme_impl.h
nullobject.cpp [new file with mode: 0755]
nullobject.h [new file with mode: 0755]
sublexer_impl.cpp
test/Makefile
test/Makefile.am
test/Makefile.in
test/OMakefile
test/cons_test.cpp [new file with mode: 0755]
test/lexer_test.cpp
test/textarrayformat_test
test/utf8_string_test
test/utf8_test
utf8_string.h [changed mode: 0644->0755]