1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
Commit Graph

15099 Commits

Author SHA1 Message Date
Rob Rix
573a9ad9a5 Label a few things, & summarize a bit. 2017-09-01 15:51:53 -04:00
Rob Rix
37ef117c2d Scoring, + 🐝 2017-09-01 15:51:53 -04:00
Rob Rix
2e270df077 Fix the architecture review link. 2017-09-01 15:51:53 -04:00
Rob Rix
d46ecafbb6 Fix the roadmap project link. 2017-09-01 15:51:53 -04:00
joshvera
be8b303ccc Add public field definition and class body statements 2017-08-28 19:04:40 -04:00
joshvera
0106509adc Replace typescript syntax parser with assignment parser 2017-08-28 15:02:11 -04:00
joshvera
5c8982afc8 Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-08-28 12:52:59 -04:00
joshvera
4f5f912d9e Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-08-28 12:48:36 -04:00
joshvera
bc68170623 Remove some children calls from source uses and add missing ones 2017-08-25 14:28:30 -04:00
joshvera
64516f9de9 import chunksOf and NonEmpty for paritioning and term 2017-08-25 14:27:49 -04:00
joshvera
73722435b5 import contextualize 2017-08-25 14:27:22 -04:00
joshvera
9d04fe5249 Partition expression, statement, and declaration 2017-08-25 14:26:58 -04:00
joshvera
9b4bacea49 remove headF 2017-08-25 14:25:38 -04:00
joshvera
965c7dd84f Remove value from Readonly 2017-08-25 14:24:58 -04:00
Rob Rix
528a453d4f Merge pull request #1310 from github/pretty-printing
Pretty-printing
2017-08-25 13:19:53 -04:00
Rob Rix
84aaba64d9 Add a convenience to read a file and guess its language. 2017-08-25 12:25:18 -04:00
Rob Rix
c7b7d1516e Define a pretty-printing convenience. 2017-08-25 12:23:22 -04:00
Rob Rix
b318e31b2b Stub in a Semantic.Util module. 2017-08-25 12:22:22 -04:00
Rob Rix
9a370137df Define prettyBytes once for all syntax modules. 2017-08-25 12:20:17 -04:00
joshvera
b99309bcc5 Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-08-25 12:18:09 -04:00
Rob Rix
ab397fd41e Merge branch 'master' into pretty-printing 2017-08-25 10:33:36 -04:00
joshvera
2259ccf44b add missing signatures 2017-08-24 17:46:33 -04:00
joshvera
093b360676 remove unused import 2017-08-24 17:46:22 -04:00
joshvera
12f7142ada don't warn about bindings 2017-08-24 17:46:15 -04:00
joshvera
6c94040649 fix up python tests 2017-08-24 17:29:55 -04:00
Rob Rix
b7daadf4cb Merge pull request #1321 from github/remove-unused-fixtures
🔥 these un-needed fixtures that duplicate parse expectations
2017-08-24 16:39:11 -04:00
joshvera
7bd60b7c50 postContextualize fromClause 2017-08-24 16:14:07 -04:00
Timothy Clem
86f65b39ff 🔥 these un-needed fixtures that duplicate parse expectations 2017-08-24 12:59:08 -07:00
joshvera
6e59dcc24c A program is a list of statements 2017-08-24 12:23:15 -04:00
joshvera
b9d0e14149 undefined != undefined' 2017-08-24 12:23:07 -04:00
joshvera
f1ae96392d Add typescriptParser 2017-08-24 12:22:44 -04:00
joshvera
19907a50e6 bump effects 2017-08-24 12:14:40 -04:00
joshvera
55656c5589 Add a million terms 2017-08-24 12:14:08 -04:00
joshvera
75a1c1b5fb Andd Throw and DoWhile 2017-08-24 12:13:52 -04:00
joshvera
4c7654c2a4 Add Regex and For 2017-08-24 12:13:44 -04:00
joshvera
77679701cb Add Delete, Void, and Typeof 2017-08-24 12:13:32 -04:00
joshvera
60fec850d9 Add context param to Call constructors in Ruby.Syntax 2017-08-24 12:13:15 -04:00
joshvera
6d025751f7 Add context param to Call constructors in Python.Syntax 2017-08-24 12:11:19 -04:00
joshvera
ed45f1f77d Add Regex 2017-08-24 12:10:52 -04:00
joshvera
256c5acdba add Void, Typeof, and Delete 2017-08-24 12:10:43 -04:00
joshvera
e485de311a Add context to Call 2017-08-24 12:10:27 -04:00
Rob Rix
3cf40a72e1 Fix the fix to Syntax’ Pretty1 instance. 2017-08-23 12:10:31 -04:00
Rob Rix
7c89e45c53 Add GAlign to the deriving clause. 2017-08-23 12:10:24 -04:00
Rob Rix
0d9b29f6b6 Fix Syntax’ Pretty1 instance. 2017-08-23 12:09:22 -04:00
Rob Rix
622a7b714a Give explicit (generic) definitions of liftPretty for all the syntax types. 2017-08-23 12:08:04 -04:00
Rob Rix
13df366dcd Define Patch’s Pretty1 instance generically. 2017-08-23 12:07:39 -04:00
Rob Rix
2c722a59c7 Define a Generic1 instance for Patch. 2017-08-23 12:07:26 -04:00
Rob Rix
562be941fe Fix up a few manual instances. 2017-08-23 11:52:00 -04:00
Rob Rix
fdd12d4718 Fix up all of the imports. 2017-08-23 11:49:43 -04:00
Rob Rix
9edec90492 Re-export the whole module. 2017-08-23 11:49:29 -04:00