OSDN Git Service

* syntax treeを表現するためのクラス追加。syntax treeはそのまま構文データとしても利用される。
authorderui <derutakayu@user.sourceforge.jp>
Mon, 20 Jul 2009 21:56:11 +0000 (06:56 +0900)
committerderui <derutakayu@user.sourceforge.jp>
Mon, 20 Jul 2009 21:56:11 +0000 (06:56 +0900)
commit0df910d6f901b9e0ffe9befe5a5181453d038ee3
tree831d863958ebeb33ba745563e960126506eab0c5
parent5956e2e4cdf71f568cc175784956c4f28ae729f7
* syntax treeを表現するためのクラス追加。syntax treeはそのまま構文データとしても利用される。
* datumの種類を示すためのdatum_idを追加。
* parser.cppの実装を進めた。
16 files changed:
Makefile
config.log
config.status
datum.h [new file with mode: 0644]
datum_id.h [new file with mode: 0644]
parser.cpp
parser.h
syntax_tree.h [new file with mode: 0644]
test/Makefile
test/Makefile.am
test/Makefile.in
test/lexer_test.cpp
test/parser_test.cpp
test/textarrayformat_test
test/utf8_string_test
test/utf8_test