data-parser: Make data parser not require a dictionary.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 28 May 2022 00:15:02 +0000 (17:15 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 28 May 2022 01:32:23 +0000 (18:32 -0700)
commit4f3cf328723cf70c06702904e85768d6601918a2
tree9fa3bff6f05d8c52e4b097657541a309b158bd95
parent66c5538861e0e29333b1b0ee83ea2c548c08fd8f
data-parser: Make data parser not require a dictionary.

An upcoming commit will make the GUI's text import use this code too, in
a context where a dictionary isn't yet available.  The data parser only
uses the dictionary for one specific purpose that isn't relevant for the
GUI, so remove the need for it.
src/language/data-io/data-list.c
src/language/data-io/data-parser.c
src/language/data-io/data-parser.h
src/language/data-io/get-data.c