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

Prep for developing version 0.10.

This commit is contained in:
Chris Pressey 2017-12-12 12:27:29 +00:00
parent 073a56e091
commit de6c96fef8
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ The reference implementation can execute, analyze, and compile SixtyPical
programs to 6502 machine code.
SixtyPical is a work in progress. The current released version of SixtyPical
is 0.9.
is 0.10 (not released yet).
Documentation
-------------

View File

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