Add READMEs for new examples, compress large one, update docs

This commit is contained in:
Glen Whitney 2019-09-09 12:18:00 -04:00
parent b81b6a5fd4
commit 91a0087d2d
9 changed files with 54 additions and 269519 deletions

6
NEWS
View file

@ -3,8 +3,10 @@ a spread sheet program for UNIX.
The changes compared to 2.3.0 are:
o computed styles for cells with an additional expression per cell
o New token types: style and bool
o Added examples updating the life simulation to illustrate the color and
computed style features.
o You can compute the styles for cells, with an additional expression per cell.
o New token types: style and bool.
o Comparison operators return bool rather than int (Note this can be a breaking
change; you may need to wrap comparisons in int() if you are using the result
in a numerical computation.)