teapot-spreadsheet/src/common
Glen Whitney 26ea0e05b3 Extend sum() to cover the case of just adding up all of its arguments.
Also a small amount of preparation of storing parse trees instead of
  linear sequences of tokens got mixed in here, namely a new type of
  token called a "FUNCALL".
2019-08-03 16:29:00 -04:00
..
CMakeLists.txt Factor Cell into its own file 2019-07-27 03:00:03 -04:00
cell.c More color prep: define color aspects of a cell 2019-08-03 12:42:32 -04:00
cell.h More color prep: define color aspects of a cell 2019-08-03 12:42:32 -04:00
context.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
context.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
csv.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
csv.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
default.h More color prep: define color aspects of a cell 2019-08-03 12:42:32 -04:00
eval.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
eval.h Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
func.c Extend sum() to cover the case of just adding up all of its arguments. 2019-08-03 16:29:00 -04:00
func.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
htmlio.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
htmlio.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
latex.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
latex.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
main.c Improve dialogs 2019-08-02 20:31:48 -04:00
main.h Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04:00
misc.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
misc.h Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
parser.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
parser.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
sc.c Factor Cell into its own file 2019-07-27 03:00:03 -04:00
sc.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
scanner.c Extend sum() to cover the case of just adding up all of its arguments. 2019-08-03 16:29:00 -04:00
scanner.h Extend sum() to cover the case of just adding up all of its arguments. 2019-08-03 16:29:00 -04:00
sheet.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
sheet.h Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04: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 Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
wk1.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
xdr.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
xdr.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00