22 projects tagged "POSIX"
FreeBASIC is a self-hosting 32-bit BASIC compiler. It makes use of the GNU binutils programming tools and can produce console and GUI executables, and dynamic and static libraries. It fully supports the use of C libraries and has partial C++ library support. It supports a C style preprocessor that is capable of multi-line macros, conditional compilation, and file inclusion. When used in its "QB" language mode, it provides a high level of support for programs written for QuickBASIC.
BASIC-256 is a simple BASIC IDE that allows young children to learn to program. It was written in response to David Brin's article, "Why Johnny Can't Code," in which he bemoans the lack of a simple, line-oriented programming language for children that runs on modern computers. It features a byte-code compiler and interpreter, a debugger, easy to use graphical and text output, and an editor.
ScriptBasic is an interpreter for the old language BASIC. It runs on Win32 as well as on UNIXes as a command-line or CGI program interpreter. It includes an interpreter, a compilable, well-documented embedding and extending interface for the C programmer, and a rich set of commands and functions.
GNU/Liberty Basic Compiler Collection (GLBCC) is a suite of tools that allow Liberty Basic source code to be compiled directly to executable programs. It leverages greatly off of the GNU Compiler Collection, which allows it to run both on Windows and Linux, while also having the ability to generate both Linux and Windows executables on Linux via the Mingw cross compiler. The suite also includes a frontend program that has both a GUI and CLI to provide a simple environment to compile Liberty Basic code.