teapot-spreadsheet/src/common
Glen Whitney 7e0ba7370d Add functions for unit displacements in the siz cardinal directions
This change is the "easy" part of #64, but to reduce the amount of duplicated
   code, this change also modifies the internals of implementing a function.
   The function identifier is now passed to the implementation as well, allowing
   many implementations of similar functions to be collapsed more easily.
2019-08-25 23:19:34 -07:00
..
CMakeLists.txt Factor Cell into its own file 2019-07-27 03:00:03 -04:00
cell.c Print parse trees with infix notation 2019-08-24 15:17:35 -07:00
cell.h Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
context.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
context.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
csv.c Streamline internals of teapot 2019-08-23 12:12:06 -07:00
csv.h Streamline internals of teapot 2019-08-23 12:12:06 -07:00
default.h Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
eval.c Add functions for unit displacements in the siz cardinal directions 2019-08-25 23:19:34 -07:00
eval.h Add functions for unit displacements in the siz cardinal directions 2019-08-25 23:19:34 -07:00
func.c Add functions for unit displacements in the siz cardinal directions 2019-08-25 23:19:34 -07:00
func.h Add functions for unit displacements in the siz cardinal directions 2019-08-25 23:19:34 -07:00
htmlio.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
htmlio.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
latex.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
latex.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
main.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
main.h Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
misc.c Streamline internals of teapot 2019-08-23 12:12:06 -07:00
misc.h Streamline internals of teapot 2019-08-23 12:12:06 -07:00
parser.c Streamline internals of teapot 2019-08-23 12:12:06 -07:00
parser.h Prepare for parsing expressions into parse trees 2019-08-05 16:45:04 -04:00
sc.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
sc.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
scanner.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
scanner.h Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
sheet.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
sheet.h Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
utf8.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
utf8.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
wk1.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
wk1.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
xdr.c Make tpa the default file format for Teapot 2019-08-24 09:58:46 -07:00
xdr.h Streamline internals of teapot 2019-08-23 12:12:06 -07:00