pattern matching - mmedrano9438/peripheral-brain GitHub Wiki
the act of checking a given sequence of tokens for the presence of the constituents of some pattern. for example with if/else statements or switch cases which check each case for a specific variant...