1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-25 23:49:17 +00:00

Release version 0.7.

This commit is contained in:
Chris Pressey 2017-11-17 16:00:51 +00:00
parent 6bdda6d47d
commit 836a4702c5
3 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
History of SixtyPical History of SixtyPical
===================== =====================
0.7-PRE 0.7
------- ---
* User-defined `byte` locations can be given an initial value. * User-defined `byte` locations can be given an initial value.
* `word` type locations which can be defined and `copy`ed between. * `word` type locations which can be defined and `copy`ed between.

View File

@ -24,8 +24,7 @@ programs to 6502 machine code.
It is a **work in progress**, currently at the **proof-of-concept** stage. It is a **work in progress**, currently at the **proof-of-concept** stage.
The current released version of SixtyPical is 0.6. The current development The current released version of SixtyPical is 0.7.
version of SixtyPical, unreleased as of this writing, is 0.7-PRE.
Documentation Documentation
------------- -------------

View File

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