1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 10:27:45 +03:00
Commit Graph

12438 Commits

Author SHA1 Message Date
Rick Winfrey
27e79fecb1 Assign Arithmetic BinaryOperators 2017-05-17 15:47:40 -07:00
Rick Winfrey
d4288d6e68 🔥 unnecessary function 2017-05-17 12:32:21 -07:00
Rick Winfrey
88d95bedff Add Language.Python.Grammar 2017-05-17 12:32:07 -07:00
Rick Winfrey
1c745726d8 Merge branch 'master' into python-assignment 2017-05-17 11:48:09 -07:00
Rob Rix
1e59f65d27 Merge pull request #1124 from github/backport-repl-workflow-factoring
Backport “REPL workflow factoring”
2017-05-17 14:44:39 -04:00
Rob Rix
6ada58ed88 Merge branch 'master' into backport-repl-workflow-factoring 2017-05-17 14:31:47 -04:00
Rob Rix
75e8fb9543 🔥 parseRubyToAST. 2017-05-17 14:29:18 -04:00
Rob Rix
8f35aa4d14 Extract & generalize toAST. 2017-05-17 14:27:38 -04:00
Rob Rix
c2cc74a33c Extract anaM to the top level. 2017-05-17 14:26:46 -04:00
Rob Rix
8a3e5f6dc6 Merge pull request #1123 from github/quicker-ruby-assignment-workflow
Quicker ruby assignment workflow
2017-05-17 14:24:49 -04:00
Rick Winfrey
eeaafe1ec0 Assign concatenated strings 2017-05-17 11:20:46 -07:00
Rob Rix
392775cc97 Apparently this import is redundant. 2017-05-17 14:15:47 -04:00
Rob Rix
e5aa98a7c1 Move the Ruby Grammar datatype into its own module. 2017-05-17 14:15:27 -04:00
Rob Rix
83999794f9 Stub in a Ruby grammar module. 2017-05-17 14:08:54 -04:00
Rob Rix
00e3728fb4 Merge pull request #1122 from github/🔥-javascript
🔥 javascript
2017-05-17 13:20:35 -04:00
Rob Rix
64551e1327 Merge branch 'master' into 🔥-javascript 2017-05-17 13:17:29 -04:00
Rob Rix
31153c8590 Merge pull request #1119 from github/🔥-summaries
🔥 summaries
2017-05-17 13:15:59 -04:00
Rob Rix
7d919e6da2 Merge branch 'master' into 🔥-summaries 2017-05-17 13:07:13 -04:00
Rob Rix
d31c0c2ce0 Merge pull request #1121 from github/🔥-style-css
🔥 the split renderer’s CSS.
2017-05-17 13:07:02 -04:00
Rob Rix
9e6a40fa49 Merge branch 'master' into 🔥-style-css 2017-05-17 13:05:42 -04:00
Rob Rix
44d3e18032 Merge pull request #1120 from github/🔥-weekly-notes
🔥 weekly notes
2017-05-17 13:05:24 -04:00
Rob Rix
681d0c8bce 🔥 the JavaScript language. 2017-05-17 12:54:37 -04:00
Rob Rix
501cd45d87 🔥 the javascript package. 2017-05-17 12:53:06 -04:00
Rob Rix
2b3d52db0c Don’t link against the javascript package. 2017-05-17 12:52:13 -04:00
Rob Rix
85d26bb120 JavaScript parses as TypeScript. 2017-05-17 12:50:30 -04:00
Rob Rix
68a422b25a 🔥 Language.JavaScript. 2017-05-17 12:48:43 -04:00
Rob Rix
9bcac496cd 🔥 the split renderer’s CSS. 2017-05-17 12:40:58 -04:00
Rob Rix
0a3fd4075e 🔥 the old weekly notes. 2017-05-17 12:38:21 -04:00
Rob Rix
14ddc04dd6 🔥 summaryText. 2017-05-17 12:34:49 -04:00
Rob Rix
d7cb9d2893 Clarify the usage for ToC. 2017-05-17 12:32:49 -04:00
Rob Rix
7f72974e27 🔥 the summary renderer. 2017-05-17 12:32:17 -04:00
Rick Winfrey
2694df9649 🔥 stale import 2017-05-16 19:58:56 -07:00
Rick Winfrey
a23765ec95 Move import to Declaration; rename assigns 2017-05-16 19:57:46 -07:00
Rick Winfrey
7af2b86ec3 Add Variable constructor 2017-05-16 19:56:13 -07:00
Rick Winfrey
c55a431e96 Add Python language back for CI 2017-05-16 19:55:23 -07:00
Rick Winfrey
44dfb79fc1 🔥 Python languageForType case 2017-05-16 19:30:06 -07:00
Rick Winfrey
31a4189e80 Add missing period 2017-05-16 16:44:01 -07:00
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