Linux software

 
Contact Us
devel : lbpp
A front end to GCC from Liberty Basic source code
LBPP is a front end to the GNU Common Compiler (GCC) that produces C source code from Liberty Basic source code. This code then is fed to GCC to produce an executable. It is similiar to C++ compilers that produce C code that then is compiled. It can be thought of either as a GCC extension or a C translator. The architecture of LBPP was designed to allow statements to be added dynamically without requiring a recompile of the source. It accomplishes this by defining a standard interface between C and Liberty Basic that allows C functions to access all of the internal data of a Liberty Basic program. The fact that all of the functionality of is based in a C library, porting LBPP to a new platform requires only porting the library to the native GUI system along with necessary modifications to allow the code to compile. The translator should be ANSI C so porting should not be an issue.
Version number : 0.0.6b
Md5 : MD5 (lbpp-0.0.6b.tar.bz2) = 610cd469f932d1afec519b3e2b4a8fdc SHA256 (lbpp-0.0.6b.tar.bz2) = 15e0475f149d5eaf13bdf1db6efbb6d61dc9fbd4b61d391d0055376c0e81847d SIZE (lbpp-0.0.6b.tar.bz2) = 40060
Linux Software