- Nov 09, 2016
-
-
Marijn Haverbeke authored
Issue #4374
-
Jim Avery authored
- Added for as a defining keyword - Added new types and operators - Fixed numbers so basic integers are represented - Identifiers can now be surrounded with backticks - Properties and #/@ instructions are now distinct, with the latter represented as a builtin type - Properties are now matched before punctuation. Code can now fold. - Remove the regexp checking as that syntax does not currently exist in Swift - Added tests
-
- Sep 29, 2016
-
-
Apollo Zhu authored
- remove non-swifty keywords - remove repeated keywords - rearrange in more logical way
-
- Feb 28, 2016
-
-
Michael Zhou authored
Fixes #3842.
-
- Jan 19, 2016
-
-
Marijn Haverbeke authored
Issue #3766
-
- Dec 04, 2015
-
-
Marijn Haverbeke authored
Closes #3680 And a number of other issues
-
Vincent Woo authored
-
- Jun 25, 2015
-
-
Marijn Haverbeke authored
Issue #3346
-
Michael Kaminsky authored
-