Skip to content

wojtup/mosbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MikeOS BASIC Compiler

A compiler written in C which compiles MikeOS' BASIC dialect to executables for this operating system. For documentation on the language itself, please read the article on MikeOS' website.

Building

To setup the project (creates output directories):

make init

For release build:

make all 	(default)
make release	(explicit release)

For debug build:

make debug

For cleanup (deletes all object files):

make clean

Note: Don't try to initialize already initialized project, or you will get some errors (at least on Windows).

Licensing

For full text of the license, see file LICENSE.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU 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 General Public License for more details.

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

Documentation

See docs/, start by reading main documentation file.

Contributing

Contributions are very much welcome! If you have one, you can either write an email to me (contact: [email protected]) or open a pull request on GitHub.

About

MikeOS' BASIC Compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published