bif-c のWikiページへようこそ。

bif-c のWikiページへようこそ。

bif-c とは、ほぼ fig-forth に準拠したインタープリターをC言語で実装する試みです。まあまあ達成に近くなっています。現在は gnucc のツールチェインが動作する環境のどこでもコンパイルして稼働できます。

但し、まだまだ開発中のまま、ムシだらけです。

早い話は

  • スナップショット をダウンロードするか、 svn co で新鮮なソースコピーを checkout、
    • svn で取得していなければ、解凍、
  • ソースの「configs」ディレクトリ内で make、
  • その一つ上のメインディレクトリに更に make、
  • インストールは不要なので、メインディレクトリで ./bif-c を唱えるだけで稼働します。

コンパイルの詳細

初めに稼働させる方法など

C言語 を使って FORTH言語を拡張する

Welcome to the bif-c Project Wiki

bif-c is an attempt to implement a (near) fig-forth interpreter and run-time environment in portable C. It gets close, in that it compiles and runs pretty much anywhere the gnu compiler toolchain compiles and runs.

It is, however, still in mid-development, with many bugs remaining.

How to get started (the quick version):

  • Download a snapshot or checkout a fresh copy with svn;
    • Unpack, if you didn't grab it with svn;
  • Run make in the configs directory;
  • Run make in the main directory;
  • No install step yet, just run as ./bif-c in the main source directory.

More details on compiling.

Getting started.

Using C to extend the language.

Últimos archivo liberados

bif-c (v0.01.00 32/64bit *nix (maybe MinGW/CygWin))2014-02-03 07:58

Recent Tickets

(empty)

SourceForge.JP にも sourceforge.net にも、 bif-c のプロジェクトをホストしてくれることに感謝の意申し上げます。
Many thanks to SourceForge.JP and sourceforge.net for hosting bif-c.