Update documentation to reflect this is now 0.4-PRE.
Chris Pressey
9 years ago
12 | 12 |
|
13 | 13 |
It is a **work in progress**, currently at the **proof-of-concept** stage.
|
14 | 14 |
|
15 | |
The current released version of SixtyPical is 0.3.
|
|
15 |
The current released version of SixtyPical is 0.3. The current development
|
|
16 |
version of SixtyPical, unreleased as of this writing, is 0.4-PRE.
|
16 | 17 |
|
17 | 18 |
Documentation
|
18 | 19 |
-------------
|
19 | 20 |
|
20 | 21 |
* Design Goals — coming soon.
|
21 | 22 |
* [SixtyPical specification](doc/SixtyPical.md)
|
|
23 |
* [Literate test suite for SixtyPical syntax](tests/SixtyPical Syntax.md)
|
22 | 24 |
* [Literate test suite for SixtyPical execution](tests/SixtyPical Execution.md)
|
23 | 25 |
* [Literate test suite for SixtyPical analysis](tests/SixtyPical Analysis.md)
|
|
26 |
* [Literate test suite for SixtyPical compilation](tests/SixtyPical Compilation.md)
|
24 | 27 |
* [6502 Opcodes used/not used in SixtyPical](doc/6502 Opcodes.md)
|
25 | 28 |
|
26 | 29 |
TODO
|
0 | 0 |
SixtyPical
|
1 | 1 |
==========
|
2 | 2 |
|
3 | |
This document describes the SixtyPical programming language version 0.3,
|
|
3 |
This document describes the SixtyPical programming language version 0.4-PRE,
|
4 | 4 |
both its execution aspect and its static analysis aspect (even though
|
5 | 5 |
these are, technically speaking, separate concepts.)
|
6 | 6 |
|