1
1
mirror of https://github.com/github/semantic.git synced 2024-12-03 00:16:52 +03:00
Commit Graph

13275 Commits

Author SHA1 Message Date
Rick Winfrey
a264123196 Assign raise statements 2017-06-07 11:25:59 -07:00
Rob Rix
ddc58d3f83 Rename rec to node. 2017-06-07 14:23:37 -04:00
Rob Rix
af80bca937 🔥 Rose. 2017-06-07 14:23:33 -04:00
Rob Rix
52be6902a8 🔥 redundant parens. 2017-06-07 14:15:36 -04:00
Rick Winfrey
d44d0c6df0 Assign delete statements 2017-06-07 11:15:31 -07:00
Rob Rix
713844423f Clean up the selection of errors using the Alternative instance. 2017-06-07 13:51:01 -04:00
Rick Winfrey
6c1371e418 Merge branch 'python-test-fixtures' of github.com:github/semantic-diff into python-test-fixtures 2017-06-07 10:30:40 -07:00
Rick Winfrey
7023a16147 Normalize new lines for python fixture files 2017-06-07 10:30:37 -07:00
Rob Rix
54bb4f9455 Rename AssignmentF’s grammar parameter to match every use of it. 2017-06-07 12:39:44 -04:00
Rob Rix
6c69d315a0 Simplify result production in a couple of places. 2017-06-07 12:17:13 -04:00
Rob Rix
5e1cfe7607 Swap the ordering of the result fields. 2017-06-07 12:15:22 -04:00
Rob Rix
9f4f37025c Generalize the symbolizing function to take the whole CofreeF. 2017-06-07 12:09:59 -04:00
Rob Rix
08e15321c2 Parameterize assignment by a function producing the symbol. 2017-06-07 12:05:46 -04:00
Rob Rix
4a59d3e5ed Consistently call the parameter “grammar.” 2017-06-07 11:51:21 -04:00
Rob Rix
3944a31988 Parameterize Assignment by the grammar type, not the node type. 2017-06-07 11:49:41 -04:00
Rob Rix
a5c74c4270 Define Rose as a type synonym for Cofree []. 2017-06-07 11:45:06 -04:00
Rick Winfrey
c405d3aca6 Merge branch 'master' into python-test-fixtures 2017-06-06 17:11:53 -07:00
Rick Winfrey
7ad1643d9c Generator expression test fixture 2017-06-06 17:11:17 -07:00
Rick Winfrey
d83e4d9331 Global statement test fixture 2017-06-06 17:11:09 -07:00
Rick Winfrey
2d75fd9cc4 If statement test fixture 2017-06-06 17:10:59 -07:00
Rick Winfrey
593f864e5f Import from statement test fixture 2017-06-06 17:10:51 -07:00
Rick Winfrey
a00ca46065 Import statement test fixture 2017-06-06 17:10:42 -07:00
Rick Winfrey
1ae5f37bf6 Integer test fixture 2017-06-06 17:10:32 -07:00
Rick Winfrey
5a6687e395 Keyword identifier test fixture 2017-06-06 17:10:24 -07:00
Rick Winfrey
235f1313ac Lambda test fixture 2017-06-06 17:10:12 -07:00
Rick Winfrey
6fef74d6ee List comprehension test fixture 2017-06-06 17:10:02 -07:00
Rick Winfrey
5d7b8eb42a Non local statement test fixture 2017-06-06 17:09:52 -07:00
Rick Winfrey
c018ecb70f None test fixture 2017-06-06 17:09:42 -07:00
Rick Winfrey
5d68b88897 Not test fixture 2017-06-06 17:09:35 -07:00
Rick Winfrey
586756ccf4 Pass statement test fixture 2017-06-06 17:09:26 -07:00
Rick Winfrey
de2f128bee Print statement test fixture 2017-06-06 17:09:16 -07:00
Rick Winfrey
3cdd5a50c7 Raise statement test fixture 2017-06-06 17:09:07 -07:00
Rick Winfrey
21f94dbd4e Return statement test fixture 2017-06-06 17:08:58 -07:00
Rick Winfrey
e8c31f6e27 Set comprehension test fixture 2017-06-06 17:08:50 -07:00
Rick Winfrey
82e70763e0 Set test fixture 2017-06-06 17:08:41 -07:00
Rick Winfrey
0becd1dccb String test fixture 2017-06-06 17:08:33 -07:00
Rick Winfrey
93fc407535 Try statement test fixture 2017-06-06 17:08:20 -07:00
Rick Winfrey
49da4ca545 Tuple test fixture 2017-06-06 17:08:11 -07:00
Rick Winfrey
4c8c87ea51 While statement test fixture 2017-06-06 17:08:03 -07:00
Rick Winfrey
056b2d8abb With statement test fixture 2017-06-06 17:07:54 -07:00
Rick Winfrey
84f6578161 Function definition test fixture 2017-06-06 17:07:44 -07:00
Rick Winfrey
3cf74088b0 For statement test fixture 2017-06-06 17:07:34 -07:00
Rick Winfrey
06cc3a5fbb Float test fixture 2017-06-06 17:07:25 -07:00
Rick Winfrey
a672d30f18 Expression statement test fixture 2017-06-06 17:07:15 -07:00
Rick Winfrey
0c7ea1c0b3 Exec statement test fixture 2017-06-06 17:07:06 -07:00
Rick Winfrey
7625518187 Ellipsis test fixture 2017-06-06 17:06:55 -07:00
Rick Winfrey
0d4e15b780 Dotted name test fixture 2017-06-06 17:06:47 -07:00
Rick Winfrey
90f0084af8 Dictionary comprehension test fixture 2017-06-06 17:06:38 -07:00
Rick Winfrey
9566fc3361 Delete statement test fixture 2017-06-06 17:06:28 -07:00
Rick Winfrey
4202e81d79 Decorated definition test fixture 2017-06-06 17:06:19 -07:00