Skip to content

Read only mirror. Open source Brainsick code compiler (bscc), for the classic Visual Basic (VB/VB6) language

License

Notifications You must be signed in to change notification settings

brainsickcc/bscc

Repository files navigation

Copyright © 2012 Iain Nicol
See the end of the file for license conditions.


The Brainsick code compiler (bscc) is an open source compiler for the
classic, pre‐.NET, Visual Basic (VB) language.  Specifically, the VB6
dialect is our main compatibility target.

bscc is free sofware; see the file COPYING for the full text of the
license.  bscc runs on GNU/Linux hosts, and outputs 32-bit x86 .exe
files.  Usually, .exe files are programs for Microsoft Windows, a
proprietary operating system.  Of note, the .exe files that bscc
produces run under Wine, which is free software.

Some example programs to be compiled with bscc are bundled with the
bscc source code.  Look in the <doc/example> folder.

See the file NEWS for information on user-visible changes to this
program.


This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.