BCX
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (November 2008) |
BCX, a free software programming application written by Kevin Diggins, which translates BASIC source code to C/C++ source code, which can then be compiled using any of several Win32 C/C++ compilers. BCX is written in BCX BASIC, making it a self-translating translator. Recent project forks have resulted in variants of BCX that can run on the Linux and Apple OSX operating systems.
The c/c++ code that BCX emits is orderly and resembles code that a person would write. Furthermore, BCX emits only the runtime code that the program requires and that is in source code format. There is no hidden state with BCX - everything is available for examination.
[edit] See also
- f2c - Converts Fortran 77 to C code
[edit] External links
| This programming tool-related article is a stub. You can help Wikipedia by expanding it. |