Rick Winfrey
|
e9fbded9e8
|
Make TOC renderer aware of type function field
|
2017-06-09 11:31:42 -07:00 |
|
Rick Winfrey
|
cf87c11d2c
|
Python lambdas don't define a type for the lambda expression
|
2017-06-09 11:31:27 -07:00 |
|
Rick Winfrey
|
e444194044
|
Add type field to Function
|
2017-06-09 11:30:04 -07:00 |
|
Rick Winfrey
|
4e3b25e5aa
|
Fix comment
|
2017-06-09 11:26:22 -07:00 |
|
Rick Winfrey
|
f0eabfb1fa
|
Whitespace
|
2017-06-08 16:47:47 -07:00 |
|
Rick Winfrey
|
938987b2ed
|
📝 todo for assigning while else clauses
|
2017-06-08 16:47:38 -07:00 |
|
Rick Winfrey
|
508ead4cbb
|
Assign try statements
|
2017-06-08 16:47:25 -07:00 |
|
Rick Winfrey
|
ab67d72bef
|
Assign except clauses
|
2017-06-08 16:46:57 -07:00 |
|
Rick Winfrey
|
5e4c46165a
|
Assign finally statements
|
2017-06-08 16:46:03 -07:00 |
|
Rob Rix
|
1f41532837
|
Merge branch 'master' into union-unity
|
2017-06-08 18:27:31 -04:00 |
|
Rick Winfrey
|
c1b25cdcaf
|
🔥 comments
|
2017-06-08 15:26:54 -07:00 |
|
Rick Winfrey
|
db416cfeb8
|
Assign while statements - no else
|
2017-06-08 14:31:57 -07:00 |
|
Rick Winfrey
|
567414396c
|
Assign for statements (no else)
|
2017-06-08 14:25:47 -07:00 |
|
Rick Winfrey
|
59d117ad40
|
Merge pull request #1143 from github/python-test-fixtures
Python test fixtures
|
2017-06-08 13:08:15 -07:00 |
|
Rick Winfrey
|
db0e7f80f0
|
Merge branch 'master' into python-test-fixtures
|
2017-06-08 13:05:23 -07:00 |
|
Timothy Clem
|
0fc63cab83
|
Merge pull request #1152 from github/oh-javascript
JavaScript as a distinct language, but uses TypeScript parser
|
2017-06-08 12:52:46 -07:00 |
|
Timothy Clem
|
1c2ee1880c
|
Merge branch 'master' into oh-javascript
|
2017-06-08 11:48:56 -07:00 |
|
Rick Winfrey
|
a595ca5b9f
|
Merge branch 'master' into python-test-fixtures
|
2017-06-08 11:37:38 -07:00 |
|
Rick Winfrey
|
1dbe97087c
|
Merge pull request #1147 from github/python-simple-statements
Assign Python simple statements
|
2017-06-08 11:37:25 -07:00 |
|
Rick Winfrey
|
fcedaa1ece
|
Merge branch 'master' into python-test-fixtures
|
2017-06-08 11:19:33 -07:00 |
|
Rick Winfrey
|
550df8f150
|
Add newline
|
2017-06-08 11:17:42 -07:00 |
|
Rick Winfrey
|
d5b90ba483
|
🔥 redundant parens
|
2017-06-08 11:16:01 -07:00 |
|
Timothy Clem
|
d5793fc78d
|
JavaScript as a distinct language, but uses TypeScript parser
|
2017-06-08 11:14:40 -07:00 |
|
Rick Winfrey
|
f059aec454
|
Update newlines
|
2017-06-08 11:07:43 -07:00 |
|
Rick Winfrey
|
828011cd1d
|
Merge branch 'master' into python-simple-statements
|
2017-06-08 10:51:39 -07:00 |
|
Rick Winfrey
|
7ee4f2f3e0
|
🔥 redundant parens
|
2017-06-08 10:22:40 -07:00 |
|
Rob Rix
|
15f7f81b54
|
InUnion -> :<
|
2017-06-08 13:18:44 -04:00 |
|
Rick Winfrey
|
e4f2fa1f32
|
Assign raise statements as Throw, with single list node
|
2017-06-08 10:17:34 -07:00 |
|
Rick Winfrey
|
8c611c1078
|
Assign exec statement as Call
|
2017-06-08 10:17:02 -07:00 |
|
Rob Rix
|
cf1bded457
|
Merge branch 'master' into union-unity
|
2017-06-08 13:13:59 -04:00 |
|
Rob Rix
|
2147fbe7d8
|
Merge pull request #1151 from github/markdown-table-of-contents
Markdown table of contents
|
2017-06-08 13:13:44 -04:00 |
|
Rob Rix
|
711b2f3609
|
Render Markdown tables of contents.
|
2017-06-08 12:49:53 -04:00 |
|
Rob Rix
|
5ae5ecd98d
|
Re-export markupSectionAlgebra from Renderer.
|
2017-06-08 12:48:06 -04:00 |
|
Rob Rix
|
35202f9502
|
Spacing.
|
2017-06-08 12:46:48 -04:00 |
|
Rob Rix
|
bb1cad8555
|
Define an algebra for a markup table of contents with section headings.
|
2017-06-08 12:42:39 -04:00 |
|
Rob Rix
|
152c1e9530
|
Use the while combinator to define section assignment.
|
2017-06-08 12:32:47 -04:00 |
|
Rob Rix
|
9ac5d17acd
|
Define a while combinator.
|
2017-06-08 12:31:09 -04:00 |
|
Rob Rix
|
d90833e998
|
Add headings to the export list.
|
2017-06-08 12:26:41 -04:00 |
|
Rob Rix
|
8862df1b8e
|
Parse Markdown into Sections.
|
2017-06-08 12:24:29 -04:00 |
|
Rob Rix
|
50b55427f6
|
Define a Section type.
|
2017-06-08 12:16:40 -04:00 |
|
Rob Rix
|
17b8fd2636
|
Merge branch 'master' into union-unity
|
2017-06-08 11:52:56 -04:00 |
|
Rob Rix
|
8284bccbfe
|
🔥 Data.Functor.Union.
|
2017-06-08 11:43:18 -04:00 |
|
Rob Rix
|
5deba93c3e
|
Migrate everything over to Data.Union.
|
2017-06-08 11:42:57 -04:00 |
|
Rob Rix
|
40a6dc3e82
|
Define GAlign instances for Data.Union.
|
2017-06-08 11:42:01 -04:00 |
|
Rob Rix
|
dd9e6819e0
|
Bump effects for Data.Union instances.
|
2017-06-08 11:41:31 -04:00 |
|
Rob Rix
|
e4cb8f9329
|
Merge pull request #1148 from github/abstract-assignment-over-the-input-term-type
Abstract assignment over the input term type
|
2017-06-08 11:38:39 -04:00 |
|
Rob Rix
|
3f0f24f824
|
Merge branch 'master' into abstract-assignment-over-the-input-term-type
|
2017-06-08 10:22:13 -04:00 |
|
Timothy Clem
|
67f1d8936a
|
Merge pull request #1146 from github/add-language-to-parse-response
Return language field in parse JSON response
|
2017-06-08 07:17:50 -07:00 |
|
Timothy Clem
|
572c24d36d
|
Auto derive ToJSON right in Language.hs
|
2017-06-08 07:01:03 -07:00 |
|
Rob Rix
|
8695fd3144
|
List items can contain multiple block elements.
|
2017-06-08 08:49:51 -04:00 |
|