add_as_set
static void add_as_set(uint32_t);
as_set_l : as4number_any { add_as_set($1); }
| as_set_l comma as4number_any { add_as_set($3); }