1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-10 08:30:38 +00:00

Bump version number for release of version 0.3.

This commit is contained in:
Chris Pressey 2015-10-17 18:29:33 +01:00
parent 070ffacf69
commit 8daa1449c4
2 changed files with 4 additions and 15 deletions

View File

@ -13,11 +13,7 @@ and suchlike.
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.2. It is a complete reboot The current released version of SixtyPical is 0.3.
of SixtyPical 0.1. The reference implementation is written in Python instead
of Haskell. The language is much simpler — we're going to try to get the
analysis completely right before adding more sophisticated and useful features
in future versions.
Documentation Documentation
------------- -------------
@ -31,13 +27,11 @@ Documentation
TODO TODO
---- ----
For 0.3:
* generate 6502 code for all SixtyPical instructions.
For 0.4: For 0.4:
* `while` loops. * `while` loops.
* `repeat` loops.
* explicitly-addressed memory locations
For 0.5: For 0.5:
@ -50,10 +44,5 @@ For 0.5:
For 0.6: For 0.6:
* `repeat` loops.
* `word` type. * `word` type.
* `table` type constructor and indirect addressing. * `table` type constructor and indirect addressing.
For 0.7:
* explicitly-addressed memory locations

View File

@ -1,7 +1,7 @@
SixtyPical SixtyPical
========== ==========
This document describes the SixtyPical programming language version 0.2, This document describes the SixtyPical programming language version 0.3,
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.)