Name | Modified | Size | Downloads / Week |
---|---|---|---|
Other Older Releases | 2013-08-26 | ||
README | 2013-10-28 | 1.7 kB | |
ibcp_0.5.3-src.tar.gz | 2013-10-28 | 135.2 kB | |
ibcp_0.5.3-bin.tar.gz | 2013-10-28 | 217.2 kB | |
ibcp_0.5.3-src.zip | 2013-10-28 | 179.4 kB | |
ibcp_0.5.3-bin.zip | 2013-10-28 | 222.5 kB | |
rel_notes.txt | 2013-08-28 | 46.9 kB | |
ibcp_0.4.6-src.tar.gz | 2013-08-28 | 123.2 kB | |
ibcp_0.4.6-bin.tar.gz | 2013-08-28 | 188.2 kB | |
ibcp_0.4.6-src.zip | 2013-08-28 | 162.1 kB | |
ibcp_0.4.6-bin.zip | 2013-08-28 | 195.3 kB | |
ibcp_0.3.5-bin.tar.gz | 2013-08-27 | 201.9 kB | |
ibcp_0.3.5-bin.zip | 2013-08-27 | 226.8 kB | |
ibcp_0.2.0-bin.tar.gz | 2013-08-25 | 96.1 kB | |
ibcp_0.2.0-bin.zip | 2013-08-25 | 114.6 kB | |
ibcp_0.1.16a-bin.zip | 2013-08-25 | 127.9 kB | |
ibcp_0.1.16-bin.tar.gz | 2013-08-25 | 55.6 kB | |
ibcp_0.3.5-src.tar.gz | 2013-06-15 | 125.5 kB | |
ibcp_0.3.5-src.zip | 2013-06-15 | 163.8 kB | |
ibcp-libs.zip | 2012-12-09 | 5.6 MB | |
ibcp_0.2.0-src.tar.gz | 2012-12-09 | 76.2 kB | |
ibcp_0.2.0-src.zip | 2012-12-09 | 105.8 kB | |
ibcp_0.1.16-src.tar.gz | 2012-10-19 | 103.7 kB | |
ibcp_0.1.16-src.zip | 2012-10-19 | 133.2 kB | |
ibcp_0.1.15-src.zip | 2011-03-26 | 109.3 kB | |
ibcp_0.1.15-bin.zip | 2011-03-26 | 64.2 kB | |
ibcp_0.1.14-src.zip | 2011-02-15 | 110.9 kB | |
ibcp_0.1.14-bin.zip | 2011-02-09 | 63.2 kB | |
ibcp_0.1.13-src.zip | 2010-06-16 | 82.8 kB | |
ibcp_0.1.13-bin.zip | 2010-06-16 | 59.2 kB | |
ibcp_0.1.9-bin.zip | 2010-04-29 | 54.2 kB | |
ibcp_0.1.9-src.zip | 2010-04-29 | 75.7 kB | |
ibcp_0.1.1-bin.zip | 2010-03-12 | 125.7 kB | |
ibcp_0.1.1-src.zip | 2010-03-12 | 29.9 kB | |
Totals: 34 Items | 9.4 MB | 0 |
Release 0.5.3 README The goal of this project is to create a new unique interactive BASIC compiler more technically, an incremental BASIC compiler that is interactive. An incremental compiler has benefits of an interpreter (interactivity) and a full compiler (speed). Incremental in the fact that each program line is compiled individually when entered in to the program. Interactive in that the program can be run at any time without delay since all the program lines are already compiled. This project is currently in the design and development stage. This project is being developed in the C++ language. The software is being maintained by 'git' distributed revision control system. This project is built using the GNU Compiler Collection (GCC) suite, with a make file generated by 'cmake' cross-platform, open-source make system. The Qt toolkit is being used the the graphical user interface. This project is currently being developed on Linux (Ubuntu based Mint 13) but is also being tested on 32-bit Windows XP and 64-bit Windows 8 Pro. On the Windows system, the MinGW Minimal GNU for Windows and the Qt Software Development Kit is used for building. Files: ------ ibcp_0.5.3-src.zip - Windows complete set of source files ibcp_0.5.3-bin.zip - Windows executable with test files ibcp-libs.zip - Windows required dynamic link libraries ibcp_0.5.3-bin.tar.gz - Linux executable with test files ibcp_0.5.3-src.tar.gz - Linux complete set of source files rel_notes.txt - release notes The only difference between the Windows and Linux source files are the line separators: CR/LF on Windows and newline (LF) on Linux.