1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-14 08:29:33 +00:00

Create branch for developing version 0.9.

This commit is contained in:
Chris Pressey 2017-12-07 11:18:58 +00:00
parent 51f1a86c0d
commit 031e4338ad
2 changed files with 3 additions and 4 deletions

View File

@ -22,9 +22,8 @@ based on common machine-language programming idioms, such as
The reference implementation can execute, analyze, and compile SixtyPical
programs to 6502 machine code.
It is a **work in progress**, currently at the **proof-of-concept** stage.
The current development version of SixtyPical is 0.8.
SixtyPical is a work in progress. The current released version of SixtyPical
is 0.9-PRE (not released yet.)
Documentation
-------------

View File

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