1
1
![ Boriel ZX Basic] ( img/zxbasic_logo.png )
2
2
3
3
[ ![ Build Status] ( https://github.com/boriel/zxbasic/workflows/ZXBasic/badge.svg )] ( https://github.com/boriel/zxbasic/actions )
4
- [ ![ Build Status] ( https://travis-ci.com/boriel/zxbasic.svg?branch=master )] ( https://travis-ci.com/boriel/zxbasic )
5
4
[ ![ license] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( ./LICENSE.txt )
6
5
[ ![ pyversions] ( https://img.shields.io/pypi/pyversions/zxbasic.svg )] ( https://pypi.python.org/pypi/zxbasic )
7
6
@@ -13,12 +12,12 @@ Copyleft (K) 2008, Jose Rodriguez-Rosa (a.k.a. Boriel) <http://www.boriel.com>
13
12
All files in this project are covered under the [ GPLv3 LICENSE] ( http://www.gnu.org/licenses/gpl.html )
14
13
except those placed in directories ` library/ ` and ` library-asm ` .
15
14
Those are licensed under [ MIT license] ( https://en.wikipedia.org/wiki/MIT_License ) unless otherwise
16
- specified in the files themselves (i.e. a different license). Anyway, all of
15
+ specified in the files themselves (i.e. a different license). Anyway, all of
17
16
the licenses for files under those directories allow binary closed-source
18
17
(i.e. commercial) distribution of the files created with this compiler.
19
18
20
19
You can create closed-source programs (even commercial ones) with this compiler
21
- (a mention to this tool will be welcome, though). But you are not allowed to
20
+ (a mention to this tool will be welcome, though). But you are not allowed to
22
21
release the compiler itself as a closed source program.
23
22
24
23
If you modify * this* project (the compiler .py or anything licensed as GPLv3)
@@ -33,7 +32,7 @@ DOCUMENTATION
33
32
This is a very little help file.
34
33
35
34
- For DOCUMENTATION in English go to the [ ZX BASIC docs] ( https://zxbasic.readthedocs.io/en/latest/ ) .
36
-
35
+
37
36
- For help, support, updates meet the community at the [ forum] ( https://www.boriel.com/forum ) .
38
37
39
38
@@ -45,10 +44,10 @@ and get the version most suitable for you.
45
44
46
45
There are, basically, two flavors (both with identical capabilities):
47
46
48
- - For Windows you can download de win32 executable (Windows .exe zip package) version.
47
+ - For Windows you can download de win32 executable (Windows .exe zip package) version.
49
48
To install just uncompress it in a directory of your choice.
50
49
The main executable is ` zxbc.exe ` (more on this later). With this toolchain
51
- also comes ` zxbasm.exe ` (the assembler) and ` zxbpp.exe ` (the preprocessor), but these
50
+ also comes ` zxbasm.exe ` (the assembler) and ` zxbpp.exe ` (the preprocessor), but these
52
51
are not needed when programming in BASIC.
53
52
54
53
- For Linux and Mac OSX there is a python version, so you will need a python
0 commit comments