diff --git a/site/content/_index.md b/site/content/_index.md index bc1682a..97caec0 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -41,11 +41,11 @@ Changes: * [add sound support!](docs#sound) * add support to redirect text output to the console for debugging using control code 6 * update curlywas: -* * add support for `else if` -* * add support for escape sequences in strings -* * add support for char literals -* * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`) -* * "integer constant cast to float" literal syntax in CurlyWas (ex. `1_f` is equivalent to `1 as f32`) + * add support for `else if` + * add support for escape sequences in strings + * add support for char literals + * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`) + * "integer constant cast to float" literal syntax in CurlyWas (ex. `1_f` is equivalent to `1 as f32`) ### Older versions diff --git a/site/content/versions.md b/site/content/versions.md index 0141dff..68995b5 100644 --- a/site/content/versions.md +++ b/site/content/versions.md @@ -14,11 +14,11 @@ Changes: * [add sound support!](docs#sound) * add support to redirect text output to the console for debugging using control code 6 * update curlywas: -* * add support for `else if` -* * add support for escape sequences in strings -* * add support for char literals -* * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`) -* * "integer constant cast to float" literal syntax in CurlyWas (ex. `1_f` is equivalent to `1 as f32`) + * add support for `else if` + * add support for escape sequences in strings + * add support for char literals + * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`) + * "integer constant cast to float" literal syntax in CurlyWas (ex. `1_f` is equivalent to `1 as f32`) ### v0.2.0-rc3 @@ -33,10 +33,10 @@ Changes: consecutive frame numbers, provided the module can be run at 60 fps * add support to redirect text output to the console for debugging using control code 6 * update curlywas: -* * add support for `else if` -* * add support for escape sequences in strings -* * add support for char literals -* * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`) + * add support for `else if` + * add support for escape sequences in strings + * add support for char literals + * add support for binop-assignment, eg. `+=`, `^=`, `<<=` etc. (also support for the tee operator: `+:=`) ### v0.2.0-rc2