Functions§
- parse_b 🔒
- Parse the An+B notation, as found in the
:nth-child()
selector. The input is typically the arguments of a function, in which case the caller needs to check if the arguments’ parser is exhausted. ReturnOk((A, B))
, or anErr(..)
for a syntax error.