Josh Vera
|
bd4f1e7fc1
|
Merge pull request #83 from github/recur-into-keyed-terms-with-equal-keys
Recur into Keyed terms with equal keys
|
2015-10-13 13:16:56 -04:00 |
|
joshvera
|
d2d2412260
|
Merge branch 'master' into recur-into-indexed-terms-of-equal-length
|
2015-10-13 13:03:13 -04:00 |
|
Matt Diephouse
|
692bb05a4e
|
Merge pull request #96 from github/generalize-array-extension
Generalize array extension
|
2015-10-13 12:48:20 -04:00 |
|
Rob Rix
|
afda174752
|
Rename the file.
|
2015-10-13 01:02:05 -04:00 |
|
Rob Rix
|
7fedcb2331
|
Generalize the Array extension to RangeReplaceableCollectionType.
|
2015-10-13 01:01:32 -04:00 |
|
Rob Rix
|
a45e286594
|
🔥 String.swift.
Unused.
|
2015-10-13 00:58:35 -04:00 |
|
Rob Rix
|
c72a5e2e85
|
Rename Prelude.swift to Optional.swift.
|
2015-10-13 00:56:27 -04:00 |
|
Rob Rix
|
27126cabf7
|
Use Prelude’s function composition operator.
|
2015-10-13 00:56:13 -04:00 |
|
Rob Rix
|
58bdd153cb
|
I think fix was just unused.
|
2015-10-13 00:55:49 -04:00 |
|
Rob Rix
|
4580dfae7f
|
Use Prelude’s const.
|
2015-10-13 00:55:30 -04:00 |
|
Rob Rix
|
d32ac4c789
|
Use Prelude’s id.
|
2015-10-13 00:55:20 -04:00 |
|
Rob Rix
|
94182aac35
|
Everything links against the dependencies.
|
2015-10-13 00:53:54 -04:00 |
|
Rob Rix
|
0691637f66
|
Bump Stream to fix a runtime deadlock.
|
2015-10-13 00:52:41 -04:00 |
|
Rob Rix
|
5bf82fd366
|
🔥 Memo and Stream.
|
2015-10-13 00:51:43 -04:00 |
|
Rob Rix
|
cc7538bd40
|
Link against the dependencies.
|
2015-10-13 00:50:15 -04:00 |
|
Rob Rix
|
c9794d6c08
|
Add the other dependencies to the workspace.
|
2015-10-13 00:45:53 -04:00 |
|
Rob Rix
|
b06b241848
|
Bump Stream.
|
2015-10-13 00:45:45 -04:00 |
|
Rob Rix
|
2aa47c80b7
|
Add Stream to the workspace.
|
2015-10-13 00:43:33 -04:00 |
|
Rob Rix
|
d96c2b1629
|
Bump Stream.
|
2015-10-13 00:43:28 -04:00 |
|
Rob Rix
|
bacd52dda7
|
Include Stream.
|
2015-10-13 00:20:33 -04:00 |
|
Rob Rix
|
dd0e21866c
|
Move doubt-swift’s dependencies into its group.
|
2015-10-13 00:19:56 -04:00 |
|
Rob Rix
|
d2be94c409
|
🔥 most of the custom operators.
|
2015-10-13 00:06:15 -04:00 |
|
Rob Rix
|
46df3daa08
|
🔥 Parse.swift.
|
2015-10-13 00:05:16 -04:00 |
|
Rob Rix
|
48ce6b7a7f
|
Recur into Keyed nodes with equal keys.
|
2015-10-09 20:38:48 -04:00 |
|
Rob Rix
|
83b95a0e5d
|
Correct the comment.
|
2015-10-09 20:24:42 -04:00 |
|
Rob Rix
|
d0ee908d54
|
Recur into indexed terms of equal length.
|
2015-10-09 20:24:39 -04:00 |
|
Rob Rix
|
962e3fda24
|
Switch over a/b’s syntaxes.
|
2015-10-09 20:24:30 -04:00 |
|
Rob Rix
|
9e7b8275b9
|
Rearrange the decisions in .Recursive evaluation.
|
2015-10-09 20:22:38 -04:00 |
|
Rob Rix
|
b1cc34bf2b
|
doubt-json uses the construction conveniences.
|
2015-10-09 18:09:38 -04:00 |
|
Rob Rix
|
74e3caa9ce
|
doubt-swift uses the construction conveniences.
|
2015-10-09 18:09:32 -04:00 |
|
Rob Rix
|
290ff8853c
|
SESTests uses the constructor conveniences.
|
2015-10-09 18:09:15 -04:00 |
|
Rob Rix
|
67d861839f
|
SyntaxConvertible extension methods are public.
|
2015-10-09 18:07:31 -04:00 |
|
Rob Rix
|
3cf5ce3b43
|
Construct Fix directly in discardNullTerms .
|
2015-10-09 18:05:50 -04:00 |
|
Rob Rix
|
da8d51e9ee
|
Free is SyntaxConvertible.
|
2015-10-09 18:04:29 -04:00 |
|
Rob Rix
|
13eff7f9df
|
Fix is SyntaxConvertible.
|
2015-10-09 18:03:23 -04:00 |
|
Rob Rix
|
30d594b4a3
|
SyntaxConvertible types can be constructed with shorthands.
|
2015-10-09 18:02:25 -04:00 |
|
Rob Rix
|
cdc1fbb99a
|
Add a protocol for Syntax wrapper construction.
|
2015-10-09 18:02:11 -04:00 |
|
Rob Rix
|
fed06df766
|
Replace the JSON with a more compact representation.
|
2015-10-09 14:31:58 -05:00 |
|
Rob Rix
|
d33703fd00
|
Flatten the Free representation.
|
2015-10-09 14:31:10 -05:00 |
|
Rob Rix
|
396624e9e4
|
Revert "Wrap Fix.JSON in a dictionary."
This reverts commit dbb75aa6beace787d411dab7392e75bc37ac14c2.
|
2015-10-09 14:29:30 -05:00 |
|
Rob Rix
|
f8f055907f
|
Add left/right divs.
|
2015-10-09 14:27:44 -05:00 |
|
Rob Rix
|
5a1059832c
|
Space.
|
2015-10-09 13:36:38 -05:00 |
|
Rob Rix
|
83e228f1aa
|
Parse the response text.
|
2015-10-09 13:36:18 -05:00 |
|
Rob Rix
|
bfffe03d81
|
Add a simple scaffold web page loading the doubt-swift JSON output fixture.
|
2015-10-09 13:31:06 -05:00 |
|
Rob Rix
|
8aa31288e5
|
Add a fixture with JSON output from doubt-swift.
|
2015-10-09 13:30:40 -05:00 |
|
Rob Rix
|
e2ae3dc533
|
Print Swift diffs as JSON.
|
2015-10-09 09:21:42 -05:00 |
|
Rob Rix
|
7c6481ef47
|
Print JSON diffs as JSON.
|
2015-10-09 09:20:46 -05:00 |
|
Rob Rix
|
e045a9063f
|
Serialization of JSON to NSData.
|
2015-10-09 09:18:05 -05:00 |
|
Rob Rix
|
07279ca344
|
JSON can be converted back to an object.
|
2015-10-09 09:17:57 -05:00 |
|
Rob Rix
|
23133fe3e8
|
JSONLeaf is CustomJSONConvertible.
|
2015-10-09 09:14:07 -05:00 |
|