summaryrefslogtreecommitdiff
path: root/src/macro_rules/pattern_checks.hpp
blob: 820a9ef4c9d902bb79ee9bf3adc1e02f0cf28208 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 */
#pragma once

extern bool is_token_path(eTokenType tt);
extern bool is_token_pat(eTokenType tt);
extern bool is_token_type(eTokenType tt);
extern bool is_token_expr(eTokenType tt);
extern bool is_token_stmt(eTokenType tt);