Home
last modified time | relevance | path

Searched refs:quantifier (Results 1 – 2 of 2) sorted by relevance

/zcbor-latest/zcbor/
Dzcbor.py245 self.quantifier = None
463 if self.quantifier:
464 reprstr += self.quantifier
604 def set_quantifier(self, quantifier): argument
608 "Cannot have quantifier after value: " + quantifier)
618 self.quantifier = quantifier
620 match_obj = getrp(reg).match(quantifier)
626 raise ValueError("invalid quantifier: %s" % quantifier)
739 self.quantifier = convert_val.quantifier
745 convert_val.quantifier = None
[all …]
/zcbor-latest/
DRELEASE_NOTES.md470 * Change CDDL quantifier syntax from `x**y` to `x*y`