chickadee » bitstring » bitconstruct

(bitconstruct pattern)syntax
  • Construct bitstring based on pattern. The pattern will construct the bitstring from identifiers taken from the current lexical scope.
  • If nothing matches an exception of type bitstring-match-failure is raised.
  • Supports special pattern for concatenating bitstrings.
((EXPRESSION ...) bitstring)
EXPRESSION should evaluate to bitstring during constructing.