├── LICENSE.rst
├── README.rst
├── app.css
├── app.js
├── basicode.js
├── demo.bc3
├── demo.css
├── demo.html
├── hello.bc
├── index.html
├── showfont.bc2
└── test.html
/LICENSE.rst:
--------------------------------------------------------------------------------
1 |
2 | BASICODE interpreter in Javascript
3 | ----------------------------------
4 |
5 | **Copyright © 2016—2017 Rob Hagemans.**
6 |
7 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8 |
9 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10 |
11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12 |
--------------------------------------------------------------------------------
/README.rst:
--------------------------------------------------------------------------------
1 | BASICODE interpreter
2 | ====================
3 |
4 | This is a BASICODE interpreter in Javascript, compatible with BASICODE versions 2, 3 and 3C.
5 | It's free & open source, released under the Expat MIT licence.
6 | There is `a live demo `_
7 | and `a collection of programs `_.
8 |
9 | `BASICODE `_ was a 1980s-era cross-platform BASIC standard designed to allow software transmission by radio.
10 |
11 | .. image:: https://robhagemans.github.io/basicode/basicode-arabesque.png
12 |
13 | *Screenshot taken from* `Arabesque `_,
14 | *a 1987 BASICODE-3 program by Ch. W. Brederode.*
15 |
16 | Quick start
17 | -----------
18 | ::
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
29 |
30 |
31 |
32 |
33 | Deployment
34 | ----------
35 |
36 | The package consists of a single Javascript file. To embed one or more interpreters in an HTML5 document, link the script in the header.
37 | It will scan the HTML for any ``
7 |
8 |
9 |
10 |
11 |
12 |
Screen
13 |
14 |
21 |
22 |
23 |
24 |
25 |
26 | BASICODE interpreter in Javascript.
27 | Use it with BASICODE programs such as these.
28 | Source is here.
29 |
30 |
31 |
32 |