teapot-spreadsheet/src
Glen Whitney 6534aec2fd Add type predicate
The main new finction is is(), which tests the type of a value. There
  are also constants for each of the possible token types, and one new
  conversion: number(), which converts a value into the most appropriate number
  type. This change also reuses the functions in scanner.h for exracting ints,
  floats, and identifiers from strings, rather than either rewriting the
  functionality elsewhere, or using the general-purpose scan when only one
  token type was of interest.
2019-08-27 23:30:02 -07:00
..
common Add type predicate 2019-08-27 23:30:02 -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