Home
last modified time | relevance | path

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

/zcbor-3.6.0/zcbor/
Dzcbor.py239 self.quantifier = None
456 if self.quantifier:
457 reprstr += self.quantifier
596 def set_quantifier(self, quantifier): argument
599 "Cannot have quantifier after value: " + quantifier)
609 self.quantifier = quantifier
611 match_obj = getrp(reg).match(quantifier)
617 raise ValueError("invalid quantifier: %s" % quantifier)
724 self.quantifier = convert_val.quantifier
730 convert_val.quantifier = None
[all …]
/zcbor-3.6.0/
DRELEASE_NOTES.md393 * Change CDDL quantifier syntax from `x**y` to `x*y`