b2c --- BASIC to C トランスレータ

Makoto OHURA


Table of Contents
1. 必須環境
2. インストール
3. 使い方
4. ドキュメント
5. ファイル
6. テスト環境
7. ライセンスと著作権
8. bug の連絡先と最新版

1. 必須環境

b2c をコンパイルする時には、以下のツールが必要になります。


2. インストール

b2c では環境設定のために autoconf を使っています。 ですのでインストールするためには以下のように実行して下さい。

	$ ./configure
	$ make
	# make install
      

設定の option を見るためには、./configure --help を実行して下さい。


3. 使い方

	$ b2c [options] file
      

BASIC の source ファイルを指定します。 そうすると、C のコードが標準出力に出力されます。


4. ドキュメント

doc/ ディレクトリを見て下さい。 英語のドキュメントは準備中です。


5. ファイル


6. テスト環境

作者は以下の環境で動作を確認しました。

上記以外の環境で動作確認をしたら、結果を作者までお知らせ下さい。


7. ライセンスと著作権

Copyright (C) 1999-2002 OHURA Makoto [lt ]ohura@netfort.gr.jp[gt ]

This program 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 2 of the License, or (at your option) any later version.

This program 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 this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


8. bug の連絡先と最新版

バグ報告、使ってみた感想などは、作者 までお願いします。

最新版は、 http://www.netfort.gr.jp/~ohura/develop.shtml で公開されます。