mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
SE-0022: Implement parsing, AST, and semantic analysis for #selector.
This commit is contained in:
@@ -44,6 +44,7 @@ enum class tok {
|
||||
pound_endif,
|
||||
pound_line,
|
||||
pound_available,
|
||||
pound_selector,
|
||||
comment,
|
||||
|
||||
#define KEYWORD(X) kw_ ## X,
|
||||
|
||||
Reference in New Issue
Block a user