1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 21:47:07 +03:00
Commit Graph

12451 Commits

Author SHA1 Message Date
Rick Winfrey
d7bd9c9b08 Simplify unaryOperator assignment 2017-05-16 16:43:35 -07:00
Rick Winfrey
d44db9724e Allow expression to carry literals 2017-05-16 16:43:07 -07:00
Rick Winfrey
fc7e469b2a Add Expression.Tuple to Union 2017-05-16 16:42:43 -07:00
Rick Winfrey
240e04972e Assing tuples 2017-05-16 16:42:26 -07:00
Rick Winfrey
f4c94293f2 Assign unary minus, plus and compliment for integers 2017-05-16 16:27:11 -07:00
Rick Winfrey
7977fc7c72 Assign minus unary operator 2017-05-16 16:00:27 -07:00
Rick Winfrey
0013820a28 Add Unary expression constructor 2017-05-16 15:59:46 -07:00
Rick Winfrey
9c1f8ca066 Update example invocation comments 2017-05-16 15:29:28 -07:00
Rick Winfrey
674e8f77b2 Add Python to Language 2017-05-16 15:28:50 -07:00
Rick Winfrey
7470469a91 Assign None 2017-05-16 14:31:22 -07:00
Rick Winfrey
3d4ff47d5d Assing Literal.TextElement 2017-05-16 14:26:43 -07:00
Rick Winfrey
afb9fb5ab2 Assing boolean as literal 2017-05-16 14:20:56 -07:00
Rick Winfrey
ed45d1f4ce 🔥 location from assignments 2017-05-16 14:18:34 -07:00
Rick Winfrey
617290ff0f 🔥 comment 2017-05-16 12:04:03 -07:00
Rick Winfrey
b01b801f48 Fix typo in comment 2017-05-16 11:51:27 -07:00
Rick Winfrey
39f0d597f5 Make import statements declarations 2017-05-16 11:35:48 -07:00
Rick Winfrey
5589a96013 Assign float and integer 2017-05-16 11:35:31 -07:00
Rick Winfrey
2123f67e48 Add callstack to Python assign functions 2017-05-16 11:35:08 -07:00
Rick Winfrey
223e92c19f Add Float literal 2017-05-16 11:26:49 -07:00
Rick Winfrey
e1c9e66b26 Merge branch 'master' into python-assignment 2017-05-16 10:55:54 -07:00
Rick Winfrey
32a8b9d979 Merge branch 'python-assignment' of github.com:github/semantic-diff into python-assignment 2017-05-16 10:49:54 -07:00
Rick Winfrey
86bc182fc4 Bump tree-sitter-python to differentiate between integers and floats 2017-05-16 10:38:09 -07:00
Rick Winfrey
9793809b7f Merge pull request #1117 from github/assigning-blame
Assigning blame
2017-05-16 10:15:33 -07:00
Rick Winfrey
7caffb9609 Merge pull request #1116 from github/repl-workflow-factoring
REPL workflow factoring
2017-05-16 10:03:09 -07:00
Rob Rix
4ae3abd83b Provide call stacks for empty & <|> assignments. 2017-05-16 11:42:47 -04:00
Rob Rix
69bf06195a Pretty-print call stacks with errors. 2017-05-16 11:42:07 -04:00
Rob Rix
49e9baf29f Carry call stacks in errors. 2017-05-16 11:40:43 -04:00
Rob Rix
4ee40a4a61 Use the API to freeze call stacks. 2017-05-16 11:40:30 -04:00
Rob Rix
d8d9856f39 Carry call stacks through running assignments. 2017-05-16 11:39:55 -04:00
Rob Rix
5a54516b9f Freeze the call stack in the smart constructors. 2017-05-16 11:23:21 -04:00
Rob Rix
f002ce8080 Give call stacks to the Assignment terms and smart constructors. 2017-05-16 11:20:19 -04:00
Rob Rix
66053a3c47 Give call stacks to all of the Ruby assignments. 2017-05-16 11:18:01 -04:00
Rob Rix
98b69566db Bump tree-sitter-{python,ruby} to master since the PRs have been merged. 2017-05-16 09:49:06 -04:00
Rob Rix
42fd846834 Bump tree-sitter-{python,ruby} for anonymized namespaces (& therefore internal linkage). 2017-05-15 18:14:18 -04:00
Rob Rix
24d2086e78 Bump tree-sitter-{python,ruby} for namespaced scanners. 2017-05-15 18:05:36 -04:00
Rick Winfrey
c6fa3ad682 Assign identifiers 2017-05-15 14:22:20 -07:00
Rick Winfrey
0a517e4dc4 Extract declaration function 2017-05-15 14:22:06 -07:00
Rob Rix
36465bfad6 Move toAST & anaM down. 2017-05-15 15:38:31 -04:00
Rob Rix
f6dc76b8ec 🔥 parsePythonToAST. 2017-05-15 15:38:08 -04:00
Rob Rix
70d8b76e38 🔥 parseRubyToAST. 2017-05-15 15:37:33 -04:00
Rob Rix
fe33f20fe8 Use the global toAST & anaM definitions for Ruby. 2017-05-15 15:35:31 -04:00
Rob Rix
807e42240d Extract & generalize toAST. 2017-05-15 15:34:53 -04:00
Rob Rix
a7df1129c3 Extract anaM to the top level. 2017-05-15 15:34:45 -04:00
Rob Rix
1cd523b9eb Merge pull request #1113 from github/symbol-assignments-produce-locations
Symbol assignments produce locations
2017-05-15 15:07:03 -04:00
Rick Winfrey
f6f612c9ee Assign Return as statement or literal 2017-05-12 16:07:41 -07:00
Rick Winfrey
9091b24f2d Spacing shift 2017-05-12 16:04:02 -07:00
Rick Winfrey
b2b73de89a Assign ExpressionStatement to Statements and Literals 2017-05-12 15:58:52 -07:00
Rick Winfrey
5aaa548c60 🔥 other redundant import 2017-05-12 15:30:55 -07:00
Rick Winfrey
a63a394f1a 🔥 redundant imports for now 2017-05-12 15:28:42 -07:00
Rick Winfrey
df5b526db2 📝 possibility of matching against children nodes in Import and ImportFrom statements 2017-05-12 15:17:56 -07:00