teapot-spreadsheet/src
Glen Whitney 06938ec494 Implement a find() macro
This macro looks at each cell along some stride through the sheet,
  returning the location of the first cell encountered at which a given
  expression evaluates to true, or boolean false otherwise.

  To make this more useful, this change also revamps the handling of
  boolean values, making them much more permissive and coercing to boolean type
  in fewer circumstances. It adds the bool() type conversion for explicitly
  coercing to boolean type, and fixes a small issue with reading hex-formatted
  floating-point values ('p' can be used as an exponent indicator).

  Closes #64.
2019-08-28 12:40:50 -07:00
..
common Implement a find() macro 2019-08-28 12:40:50 -07:00
CMakeLists.txt Improve dialogs 2019-08-02 20:31:48 -04:00
complete.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
complete.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
display.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
display.h Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
fteapot.fl Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
graph.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
tpt_choose.cxx Improve dialogs 2019-08-02 20:31:48 -04:00
tpt_choose.h Improve dialogs 2019-08-02 20:31:48 -04:00