Rename all the reference of data model to abstract data type in generate
subcommand
#69
Labels
code generation
Improvements for code generation subcommand `generate`
I think a better name for this would be
AbstractDataType
. ADataModel
is a collection of data types (which this enum itself is), but in the places we use this enum we're always talking about one of its variants (i.e. a particular abstract data type).The data types are "abstract" in that they are not particular to ISL or to the target language.
Originally posted by @zslayton in #61 (comment)
The text was updated successfully, but these errors were encountered: