mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
e0d167f1dd
Variable declarations are declarations led by either 'var' or 'let'. It can contain multiple pattern bindings as children. For patterns, this patch only creates syntax nodes for simple identifier patterns, e.g. 'a = 3'. The rest of the pattern kinds are still left unknown (UnknownPattern).