diff --git a/README.markdown b/README.markdown index f232553..e0aee04 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/doc/SixtyPical.md b/doc/SixtyPical.md index 5c2e639..7fe764f 100644 --- a/doc/SixtyPical.md +++ b/doc/SixtyPical.md @@ -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.)