|
1 | 1 | # About |
2 | 2 |
|
3 | 3 |
|
4 | | -## About the ZX BASIC Project |
| 4 | +## About the Boriel BASIC Project |
5 | 5 |
|
6 | | -ZX BASIC is a [BASIC](http://en.wikipedia.org/wiki/BASIC) ''cross compiler''. |
7 | | -It will compile BASIC programs (in your PC) for your [ZX Spectrum](http://en.wikipedia.org/wiki/Sinclair_ZX_Spectrum). |
8 | | -ZX BASIC is an <abbr title="Software Development Kit">SDK</abbr> entirely written in [python](http://www.python.org). |
9 | | -The SDK is implemented using the [PLY](http://www.dabeaz.com/ply/) (Python Lex/Yacc) compiler tool. |
10 | | -It translates BASIC to Z80 assembler code, so it is easily portable to other Z80 platforms (Amstrad, MSX). |
11 | | -Other non Z80 targets could also be available in the future. |
| 6 | +Boriel BASIC (formerly known as _ZX BASIC_ and _Boriel ZX BASIC_) is a [BASIC](https://en.wikipedia.org/wiki/BASIC) ''cross compiler''. |
| 7 | +It will compile BASIC programs (in your PC) for your [ZX Spectrum](https://en.wikipedia.org/wiki/Sinclair_ZX_Spectrum). |
| 8 | +Boriel BASIC is an <abbr title="Software Development Kit">SDK</abbr> entirely written in [python](https://www.python.org). |
| 9 | +The SDK is implemented using the [PLY](https://www.dabeaz.com/ply/) (Python Lex/Yacc) compiler tool. |
| 10 | +It translates BASIC to Z80 assembler code, so it is easily portable to other Z80 platforms (Amstrad CPC, MSX). |
| 11 | +Other non-Z80 targets could also be available in the future. |
12 | 12 |
|
13 | | -ZX BASIC syntax tries to maintain compatibility as much as possible with |
14 | | -[Sinclair BASIC](http://en.wikipedia.org/wiki/Sinclair_BASIC), it also have many new features, mostly taken from |
15 | | -[FreeBASIC](http://www.freebasic.net/wiki) dialect. |
| 13 | +Boriel BASIC syntax tries to maintain as much compatibility as possible to that of |
| 14 | +[Sinclair BASIC](https://en.wikipedia.org/wiki/Sinclair_BASIC), but it also has many new features, mostly taken from |
| 15 | +[FreeBASIC](https://www.freebasic.net/wiki) dialect. |
16 | 16 |
|
17 | 17 | ### Platform Availability |
18 | | -Since it is written in python, it is available for many platforms, like Windows, Linux and Mac. |
19 | | -You only need to have python installed on these. For windows, there also is an installable (.MSI) _compiled_ |
20 | | -version, which does not need python previously installed. |
| 18 | + |
| 19 | +Boriel BASIC is available _natively_ for Windows (32bit and 64bit) and Linux (x64). For other platforms (i.e. Mac OS) |
| 20 | +you will need to have Python 3.12+ installed in your computer and download the version _with Python scripts_ from |
| 21 | +the [Archive](archive.md) page. |
0 commit comments