From 8daa1449c40dcbdc3c2353d8d09d7600979414d6 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Sat, 17 Oct 2015 18:29:33 +0100 Subject: [PATCH] Bump version number for release of version 0.3. --- README.markdown | 17 +++-------------- doc/SixtyPical.md | 2 +- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/README.markdown b/README.markdown index 9ffcd27..f232553 100644 --- a/README.markdown +++ b/README.markdown @@ -13,11 +13,7 @@ and suchlike. 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 -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. +The current released version of SixtyPical is 0.3. Documentation ------------- @@ -31,13 +27,11 @@ Documentation TODO ---- -For 0.3: - -* generate 6502 code for all SixtyPical instructions. - For 0.4: * `while` loops. +* `repeat` loops. +* explicitly-addressed memory locations For 0.5: @@ -50,10 +44,5 @@ For 0.5: For 0.6: -* `repeat` loops. * `word` type. * `table` type constructor and indirect addressing. - -For 0.7: - -* explicitly-addressed memory locations diff --git a/doc/SixtyPical.md b/doc/SixtyPical.md index 0cdff8c..5c2e639 100644 --- a/doc/SixtyPical.md +++ b/doc/SixtyPical.md @@ -1,7 +1,7 @@ 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 these are, technically speaking, separate concepts.)