OSDN Git Service

- lexemeとリテラルオブジェクト間のオブジェクト変換を行うためのLiteralDataを追加。
authorderui <derui@users.sourceforge.jp>
Sun, 2 Aug 2009 14:00:26 +0000 (23:00 +0900)
committerderui <derui@users.sourceforge.jp>
Sun, 2 Aug 2009 14:00:26 +0000 (23:00 +0900)
commita404bf91d383f638c941e7866dee5ba032af5065
tree032d1336e375e083f3df64ac95109557fafced19
parent036aad90354fd00ab16d154552bbfc9b0b9d78c9
- lexemeとリテラルオブジェクト間のオブジェクト変換を行うためのLiteralDataを追加。
- 型判定のためのオブジェクトTypeHashを追加。
- lexeme_implの各クラスをまとめたPureLexemeを追加。
- consの追加のため、SyntaxTreeを削除。
24 files changed:
Makefile
autom4te.cache/requests
config.log
config.status
data.cpp [new file with mode: 0644]
data.h [new file with mode: 0644]
lexeme.h
lexeme_impl.cpp
lexeme_impl.h
literal.h [new file with mode: 0644]
object.h
test/Makefile
test/Makefile.am
test/Makefile.in
test/OMakefile
test/parser_test.cpp
test/syntax_tree_test.cpp [deleted file]
test/textarrayformat_test
test/utf8_string_test
test/utf8_test
type.cpp [new file with mode: 0644]
type.h
utf8_string.cpp
utf8_string.h