AdLint 1.10.0 開発者ガイド

Table of Contents


Next: , Up: (dir)

導入

ライセンス

Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.

AdLint is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

AdLint is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with AdLint. If not, see <http://www.gnu.org/licenses/>.

開発環境

名称 バージョン 用途
Ruby 1.9.3-p0 ベースとなる実装言語
Racc 1.4.7 構文解析器の生成

文書化環境

利用者ガイド、開発者ガイドなどの文書化には GNU Texinfo を使用する。

コーディング規約

Ruby 言語コードの整形は、http://shugo.net/ruby-codeconv/codeconv.html に 従う。ただし、return は原則として使用しない。

Ruby 言語ソースを含む全てのテキストファイルは UTF-8 でエンコードし、改行文字は LF とする。

目次


Next: , Previous: Top, Up: Top

1 分析

追記予定。


Next: , Previous: Analysis, Up: Top

2 設計

追記予定。


Previous: Design, Up: Top

索引