BIF-C is a near fig-FORTH implemented in C.

The first release version is mostly a direct transliteration of BIF-6809, 
a near fig-FORTH I wrote for school many years ago. 

This collection of files (step 05a) is from a backup taken at a point 
where the (semi-) automated conversions of the initial symbol table 
and more than half of the coding of the definitions themselves were 
complete, after investigating and abandoning passing W and IP as C 
parameters, rolling back to global W and IP. 

The inner interpreter (XNEXT) was moved back to bifdp_a.c, and QUIT 
and ABORT were fixed, by using longjmp(), as can be seen in the 
abandoned branch, step 05b.

It is still not functional, although INTERPRET seems to be almost 
there. 

It is only provided for historical value.

See LICENSE.TXT for terms of use.

Reiisi Kenkyuu is, at the point of this writing, a business operating 
name of Joel Matthew Rees, originally of Odessa, Texas, currently of 
Amagasaki, Hyougo, Japan. Someday I plan to incorporate under the name. 

