SE-0022: Implement parsing, AST, and semantic analysis for #selector.

This commit is contained in:
Doug Gregor
2016-01-26 13:35:21 -08:00
parent b2290992fa
commit dccf3155f1
20 changed files with 421 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ enum class tok {
pound_endif,
pound_line,
pound_available,
pound_selector,
comment,
#define KEYWORD(X) kw_ ## X,