diff --git a/README.md b/README.md index 6c0db20e2..302b41111 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ which aims to provide many conveniences over raw assembly code (even when using - automatic variable allocations, automatic string variables and string sharing - constant folding in expressions (compile-time evaluation) - conditional branches +- when statement to provide a 'jump table' alternative to if/elseif chains - automatic type conversions - floating point operations (uses the C64 Basic ROM routines for this) - abstracting away low level aspects such as ZeroPage handling, program startup, explicit memory addresses diff --git a/compiler/res/version.txt b/compiler/res/version.txt index 2e0e38c63..1a9d86ec7 100644 --- a/compiler/res/version.txt +++ b/compiler/res/version.txt @@ -1 +1 @@ -1.9 +1.10-dev