Skip to content

Commit 65d0e8b

Browse files
committed
doc: replace ZX Basic with Boriel BASIC
1 parent b954ffe commit 65d0e8b

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

docs/index.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# General
22
* [About](about.md)
3-
<br />About the ZX BASIC SDK
3+
<br />About Boriel BASIC SDK
44

55
* [ChangeLog](https://github.com/boriel-basic/zxbasic/blob/master/CHANGELOG.md)
66
<br />A reduced list of changes/bugfixes
77

88
* [Installation](installation.md)
9-
<br />How to install the ZX Basic SDK in your system, and prerequisites for doing so.
9+
<br />How to install Boriel BASIC SDK in your system, and prerequisites for doing so.
1010

1111
* [SDK tools](tools.md)
1212
<br />Tools available in the SDK.
@@ -16,14 +16,15 @@
1616

1717
# Download
1818

19-
Get the latest version of ZX BASIC from the [archive](archive.md).
19+
Get the latest version of Boriel BASIC from the [archive](archive.md).
2020

2121
# Released programs
2222

2323
* [Released programs](released_programs.md)
24-
<br />A list of third-party released programs (mostly games) for the ZX-Spectrum developed with ZX BASIC.
24+
<br />A list of third-party released programs (mostly games) for the ZX-Spectrum developed with Boriel BASIC.
25+
26+
# Learning Boriel BASIC
2527

26-
# Learning ZX BASIC
2728
## Language Reference
2829
* [Language syntax](syntax.md)
2930
<br />Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.
@@ -35,26 +36,26 @@ Get the latest version of ZX BASIC from the [archive](archive.md).
3536
<br />Comprehensive list (alphabetically ordered) of identifiers you shouldn't use as a ''variable name''. E.g. `FOR`, `PRINT`. If you want usage instructions on a statement, also look here.
3637

3738
* [Standard libraries](library/stdlib.md)
38-
<br />Standard libraries that comes bundled with the ZX Basic compiler.
39+
<br />Standard libraries that comes bundled with Boriel BASIC compiler.
3940

4041
## Tutorials
4142
* [Programming tutorials](tutorials.md)
42-
<br />A collection of third-party tutorials about development with ZX BASIC.
43+
<br />A collection of third-party tutorials about development with Boriel BASIC.
4344

4445
* [Sample Programs](sample_programs.md)
45-
<br />Sample programs you can try to see what ZX BASIC looks like and how fast it runs.
46+
<br />Sample programs you can try to see what Boriel BASIC looks like and how fast it runs.
4647

4748
* [Sample Games](sample_programs.md#Game Examples)
4849
<br />Some little games examples.
4950

5051
# Help and Support
5152

5253
* [Community Forum](http://www.boriel.com/forum)
53-
<br />Have a question? Need help or comment a report a bug? Go to the [ZX BASIC forum](http://www.boriel.com/forum)
54+
<br />Have a question? Need help or comment a report a bug? Go to the [Boriel BASIC forum](http://www.boriel.com/forum)
5455

5556
# External resources
5657

57-
* Here you are [external resources](external_resources.md): other tools, IDEs, graphic designers and projects related to ZX BASIC. Have a look!
58+
* Here you are [external resources](external_resources.md): other tools, IDEs, graphic designers and projects related to Boriel BASIC. Have a look!
5859

5960
# External libraries
6061

@@ -65,10 +66,10 @@ Get the latest version of ZX BASIC from the [archive](archive.md).
6566
Embedding inline assembler in your code is pretty easy. There's a [tutorial](tutorials.md) on it.
6667

6768
# Compiler internals
68-
Only for true hackers: This explains how the compiler does it job, how to expand it, etc. You must be a bit crazy if you enter here...
69+
Only for true hackers: This explains how the compiler does its job, how to expand it, etc.
6970

7071
# Other Architectures
71-
ZX Basic was designed from the base as a Retargeable Compiler, so it should be not hard to extend
72+
Boriel BASIC was designed from the base as a Retargeable Compiler, so it should be not hard to extend
7273
it to other architectures. This is `work in progress`. See [other architectures](other_architectures.md) for more info.
7374

7475
# Contributing

0 commit comments

Comments
 (0)