jenisys / parse_type

parse_type extends the parse module (opposite of string.format())

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Cardinality field support for built-in data types (or at least most)

jenisys opened this issue · comments

RELATED TO: #9

Currently, the cardinality field is only supported for user-defined data types.
It would be nice to extend the functionality to built-in data types that are provided by the parse module. Sadly, this means that relevant parts need to be extracted from the parse module and provided in a way that is usable to parse_type, meaning a type converter function for each data type with the associated information (pattern, name, regex group_count, etc.).