Description
Parse arrays of tokens.
Description
This library is similar in spirit to bytesmith
. While bytesmith
parses byte sequences, smith
parses token sequences. The most common way to use them together is to lex with bytesmith
and then parse the token sequence with smith
.