feat: Add hashing color for cells

This commit is contained in:
Glen Whitney 2023-07-25 20:17:41 -07:00
parent 8db9c30825
commit bbbf1703df
11 changed files with 122 additions and 27 deletions

2
NEWS
View file

@ -17,7 +17,7 @@ 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.)
o Foreground and background color style attributes for cells.
o Foreground, background, and hashing color style attributes for cells.
o Variable row height for cells.
o Addition of an if() conditional operator.
o Addition of a find() macro to search for a cell satisfying a condition.