1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
Commit Graph

13783 Commits

Author SHA1 Message Date
Timothy Clem
2235b5a614 Streamline literal 2017-07-07 15:16:36 -07:00
Timothy Clem
4a553ff4fa Slightly different ForEach structure 2017-07-07 15:13:32 -07:00
Timothy Clem
61e0d8b83e Merge remote-tracking branch 'origin/master' into ruby-assignment 2017-07-07 14:43:32 -07:00
Timothy Clem
fbe6e451f4 Keywords as identifiers 2017-07-07 14:23:38 -07:00
Timothy Clem
39b7c05e50 case/when/else 2017-07-07 14:22:17 -07:00
Timothy Clem
7d8978f764 Uninterpreted 2017-07-07 13:53:16 -07:00
Timothy Clem
cf17c77a5e Rescue modifiers 2017-07-07 13:47:50 -07:00
Josh Vera
11ea6c5de4 Merge pull request #1157 from github/python-conditional-expressions
Python compound statements
2017-07-07 16:35:31 -04:00
Rick Winfrey
1e84cc3f8e Add comment for python grammar version 2017-07-07 13:03:42 -07:00
Rick Winfrey
9634dcb94a Add comment about decorator 2017-07-07 12:21:16 -07:00
Rick Winfrey
2acffb6340 Merge branch 'python-conditional-expressions' of github.com:github/semantic-diff into python-conditional-expressions 2017-07-07 12:07:46 -07:00
Rick Winfrey
6563d4ce2b Rework functionDefinition assignment 2017-07-07 12:07:13 -07:00
Rick Winfrey
2d3f48887b Bump tree-sitter-python to capture lambda parameters 2017-07-07 11:58:31 -07:00
Timothy Clem
b63e86a9a5 Alias and undef just as function calls 2017-07-07 10:51:18 -07:00
Rick Winfrey
fbd5b57137 Remove case for function and async function assignments 2017-07-07 10:38:02 -07:00
Rick Winfrey
e563a0908b 🔥 unnecessary $ 2017-07-07 10:37:42 -07:00
Timothy Clem
d470d3218d No longer need this import 2017-07-07 10:34:17 -07:00
Timothy Clem
10a2238952 Bring in String literal changes 2017-07-07 10:31:20 -07:00
Timothy Clem
06bd5e9212 Fix tests 2017-07-07 10:04:56 -07:00
Timothy Clem
9904a39fb2 Fix up rescue, allow in methods 2017-07-07 10:04:49 -07:00
Timothy Clem
277c6114ff Force template haskell to re-generate 2017-07-07 10:03:44 -07:00
Rick Winfrey
c3e4c82be5 🔥 old comment 2017-07-07 09:48:22 -07:00
Timothy Clem
2fcc566542 Clean up argument/parameter parsing 2017-07-07 09:15:24 -07:00
Timothy Clem
60c932acd3 Singleton methods 2017-07-07 08:46:06 -07:00
Rick Winfrey
0826c95424 Merge branch 'master' into python-conditional-expressions 2017-07-06 18:32:08 -07:00
Rick Winfrey
6c2e7500c4 Assign keyword argument 2017-07-06 18:31:37 -07:00
Timothy Clem
1a0445b49c Singleton classes 2017-07-06 15:57:31 -07:00
Timothy Clem
cedb1905be One level of statement 2017-07-06 15:57:14 -07:00
Timothy Clem
94311623d0 Add Statement.Retry - support retry and redo 2017-07-06 15:41:04 -07:00
Timothy Clem
c53256e720 Fix typo now that ruby grammar is updated 2017-07-06 15:40:45 -07:00
Timothy Clem
4a9928b545 Merge remote-tracking branch 'origin/master' into ruby-assignment 2017-07-06 15:30:34 -07:00
Timothy Clem
be75477bd7 Merge pull request #1188 from github/bump-tree-sitter
++tree-sitter and languages
2017-07-06 15:30:11 -07:00
Timothy Clem
a9b6096811 ++tree-sitter and languages 2017-07-06 14:56:31 -07:00
Timothy Clem
5cebfd3b6c First pass at begin, rescue, ensure, else 2017-07-06 14:43:49 -07:00
Timothy Clem
40a2fc6820 Bring in Else and changes to Try 2017-07-06 14:43:34 -07:00
Rick Winfrey
352d090ce0 Assign decoratedDefinitions 2017-07-06 12:58:09 -07:00
Rick Winfrey
b4e81ab360 Fix names for Decorator instances 2017-07-06 12:57:34 -07:00
Timothy Clem
1acbd78108 Assignment 2017-07-06 12:56:16 -07:00
Rick Winfrey
9267ba91df Add Data.Syntax.Declaration.Decorator 2017-07-06 12:02:10 -07:00
Rick Winfrey
a3c22babce Update classScope -> classBody for consistency 2017-07-06 12:01:56 -07:00
Rick Winfrey
5010d8962d Simplify Data.Syntax.Literal.String 2017-07-06 11:02:55 -07:00
Timothy Clem
06e0e07920 Subscripts 2017-07-06 09:54:54 -07:00
Timothy Clem
a4c0c93b2b Method calls 2017-07-06 09:45:03 -07:00
Timothy Clem
0ef935eb2b Hash literal 2017-07-06 09:44:43 -07:00
Timothy Clem
83642f15e6 Duplicate Symbol 2017-07-06 09:44:31 -07:00
Timothy Clem
0aa0c614b7 For 2017-07-06 09:44:10 -07:00
Timothy Clem
2d1596de3c Multiple bindings allowed in ForEach 2017-07-06 09:43:19 -07:00
Rick Winfrey
97d6cefb0b Assign withStatements 2017-07-05 18:37:16 -07:00
Rick Winfrey
64b2845138 Assign multiple identifiers for except clauses and many expressions 2017-07-05 17:49:02 -07:00
Rick Winfrey
84cd43a1ff Assign tryStatements with except clauses 2017-07-05 17:34:09 -07:00