1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-16 15:30:26 +00:00

Update documentation to reflect this is now 0.4-PRE.

This commit is contained in:
Chris Pressey 2015-10-17 18:31:15 +01:00
parent 7613c37a49
commit 24273f1344
2 changed files with 5 additions and 2 deletions

View File

@ -13,15 +13,18 @@ and suchlike.
It is a **work in progress**, currently at the **proof-of-concept** stage.
The current released version of SixtyPical is 0.3.
The current released version of SixtyPical is 0.3. The current development
version of SixtyPical, unreleased as of this writing, is 0.4-PRE.
Documentation
-------------
* Design Goals — coming soon.
* [SixtyPical specification](doc/SixtyPical.md)
* [Literate test suite for SixtyPical syntax](tests/SixtyPical Syntax.md)
* [Literate test suite for SixtyPical execution](tests/SixtyPical Execution.md)
* [Literate test suite for SixtyPical analysis](tests/SixtyPical Analysis.md)
* [Literate test suite for SixtyPical compilation](tests/SixtyPical Compilation.md)
* [6502 Opcodes used/not used in SixtyPical](doc/6502 Opcodes.md)
TODO

View File

@ -1,7 +1,7 @@
SixtyPical
==========
This document describes the SixtyPical programming language version 0.3,
This document describes the SixtyPical programming language version 0.4-PRE,
both its execution aspect and its static analysis aspect (even though
these are, technically speaking, separate concepts.)