feat: Add hashing color for cells (#93)

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #93
This commit is contained in:
Glen Whitney 2023-07-26 03:21:43 +00:00
parent 8db9c30825
commit 00859ecbd2
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.