teapot-spreadsheet/src
Glen Whitney 341b12ba04 Implement a relative reference robust to source and reference moving
The new function is X(SRC,REF), which briefly for a cell in the neighborhood
   of REF returns the corresponding cell in the neighborhood in SRC. For
   further details, see the updated documention.

   In developing and documenting this function, I refined some of the
   existing error messages (e.g. showing the coordinates when there is an
   attempt to obtain a cell with a negative coordinate) and improved the
   error propagation to increase the chance that the innermost error will
   percolate to the top level.
2019-07-30 15:07:54 -04:00
..
common Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
CMakeLists.txt Move source code into subdirectory 2019-07-27 01:35:44 -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 Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
display.h One more file prepping for color 2019-07-29 12:02:45 -04:00
fteapot.fl Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04:00
graph.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00