Rob Rix
|
e9e17b71da
|
Merge remote-tracking branch 'origin/abstract-high-level-flow-over-syntax-types' into open-toc-rendering
|
2017-10-05 20:12:46 -04:00 |
|
Rob Rix
|
85872a3e2e
|
Merge branch 'master' into abstract-high-level-flow-over-syntax-types
|
2017-10-05 20:11:56 -04:00 |
|
Rob Rix
|
17be494d3c
|
Rename toDeclaration' to customToDeclaration.
|
2017-10-05 20:07:25 -04:00 |
|
Rob Rix
|
544071884b
|
Rename HasDeclaration' to CustomHasDeclaration.
|
2017-10-05 20:06:34 -04:00 |
|
Rob Rix
|
f701045232
|
Define a HasDeclaration' instance for Declaration.Method.
|
2017-10-05 20:04:42 -04:00 |
|
Rob Rix
|
683ea586d5
|
Comment on the named functions clause.
|
2017-10-05 20:02:34 -04:00 |
|
Rob Rix
|
8284db1320
|
We have a custom instance for Error, not Empty.
|
2017-10-05 19:38:23 -04:00 |
|
Rob Rix
|
025429f6cc
|
Add the Union to the predicate.
|
2017-10-05 19:31:22 -04:00 |
|
Rob Rix
|
43df678875
|
Add Syntax.Empty & Declaration.Function to the predicate.
|
2017-10-05 19:29:55 -04:00 |
|
Rob Rix
|
bc73d982a9
|
Define a HasDeclaration' instance for Declaration.Function.
|
2017-10-05 19:26:31 -04:00 |
|
Timothy Clem
|
701cbd7bf2
|
No need for bang patterns here
|
2017-10-05 16:19:40 -07:00 |
|
Timothy Clem
|
077deb44c2
|
Extract withTiming and measure overall run time
|
2017-10-05 16:15:32 -07:00 |
|
Rob Rix
|
9e7cde3e9a
|
🔥 the membership constraint for Context in diffWithParser.
|
2017-10-05 18:48:53 -04:00 |
|
Rob Rix
|
193167e3e9
|
Lift the file helper into MonadIO.
|
2017-10-05 18:42:19 -04:00 |
|
Rob Rix
|
89b22f5efa
|
Re-export toDeclarationAlgebra.
|
2017-10-05 18:40:42 -04:00 |
|
Timothy Clem
|
82968ac175
|
Merge branch 'master' into stats
|
2017-10-05 14:34:55 -07:00 |
|
Josh Vera
|
3ecd1d1bfa
|
Merge pull request #1392 from github/typescript-fixes
Typescript fixes
|
2017-10-05 14:13:25 -07:00 |
|
Timothy Clem
|
5e692a5127
|
Documenting things
|
2017-10-05 14:07:18 -07:00 |
|
joshvera
|
71eefd92a5
|
Merge remote-tracking branch 'origin/master' into typescript-fixes
|
2017-10-05 14:04:57 -07:00 |
|
Josh Vera
|
93a93c5fe4
|
Merge pull request #1391 from github/bump-haskell-tree-sitter
Bump haskell-tree-sitter
|
2017-10-05 14:04:30 -07:00 |
|
joshvera
|
a1d075a47e
|
regenerate tests
|
2017-10-05 14:01:03 -07:00 |
|
Rick Winfrey
|
13b50137bf
|
Merge branch 'master' into bump-haskell-tree-sitter
|
2017-10-05 13:52:41 -07:00 |
|
Rick Winfrey
|
e18b6c8628
|
Bump haskell-tree-sitter
|
2017-10-05 13:49:50 -07:00 |
|
joshvera
|
f5514b89c7
|
Add readonly modifiers to parameters
|
2017-10-05 13:24:53 -07:00 |
|
joshvera
|
fca4818269
|
Move abstract class to declaration
|
2017-10-05 13:16:39 -07:00 |
|
joshvera
|
9b8bde6b1e
|
++haskell-tree-sitter
|
2017-10-05 13:16:29 -07:00 |
|
Timothy Clem
|
b61d9a5619
|
Docs
|
2017-10-05 13:09:44 -07:00 |
|
Timothy Clem
|
d301cca11a
|
Point free
|
2017-10-05 13:06:14 -07:00 |
|
Timothy Clem
|
8f0e8bf151
|
Format with one less indent
|
2017-10-05 13:02:57 -07:00 |
|
Timothy Clem
|
1c9c5e420e
|
Make sure stat names don't use reserved chars
|
2017-10-05 13:02:44 -07:00 |
|
Rob Rix
|
40a6fa47cf
|
Merge branch 'master' into open-toc-rendering
|
2017-10-05 14:48:56 -04:00 |
|
Timothy Clem
|
97c5efa774
|
Only use this in one place now
|
2017-10-05 11:41:04 -07:00 |
|
Rob Rix
|
19094e0a60
|
Merge branch 'master' into abstract-high-level-flow-over-syntax-types
|
2017-10-05 14:30:43 -04:00 |
|
Timothy Clem
|
ac733fa9e3
|
Merge remote-tracking branch 'origin/master' into stats
|
2017-10-05 11:30:35 -07:00 |
|
Timothy Clem
|
d1248d54fd
|
Update the address parsing
|
2017-10-05 11:30:12 -07:00 |
|
Timothy Clem
|
dd18879361
|
Reporting timing stats
|
2017-10-05 11:29:59 -07:00 |
|
Timothy Clem
|
f9c93b4158
|
Show 5 decimal points on Doubles
|
2017-10-05 11:26:31 -07:00 |
|
Josh Vera
|
cf2df8788a
|
Merge pull request #1390 from github/typescript-fixes
Add support for decorators
|
2017-10-05 11:06:14 -07:00 |
|
Timothy Clem
|
87bd442c96
|
Refactor a bit more into Semantic.Queue
Also, docs and record prefixes
|
2017-10-05 10:26:16 -07:00 |
|
Rob Rix
|
b2cb5764fa
|
Split up HasDeclaration into two typeclasses.
|
2017-10-05 12:36:58 -04:00 |
|
Rob Rix
|
76f3e2049a
|
Define a HasDeclaration instance for Unions.
|
2017-10-05 12:34:19 -04:00 |
|
Rob Rix
|
4d810c347c
|
Define an algebra using toDeclaration.
|
2017-10-05 12:25:36 -04:00 |
|
Rob Rix
|
7203134bc2
|
Define a HasDeclaration instance for Syntax.Error.
|
2017-10-05 12:24:54 -04:00 |
|
Rob Rix
|
3de2d95dbc
|
Pass the annotation to toDeclaration.
|
2017-10-05 12:24:35 -04:00 |
|
Timothy Clem
|
ce2e3e737e
|
Merge branch 'master' into stats
|
2017-10-05 07:48:49 -07:00 |
|
Josh Vera
|
6deece7610
|
Merge branch 'master' into typescript-fixes
|
2017-10-04 14:31:57 -07:00 |
|
joshvera
|
973d136188
|
one or more decorators
|
2017-10-04 14:29:36 -07:00 |
|
Timothy Clem
|
b5c63fc78c
|
Minor spec name fixes
|
2017-10-04 14:21:06 -07:00 |
|
joshvera
|
48ff06cafe
|
Add decorator support
|
2017-10-04 13:25:34 -07:00 |
|
joshvera
|
d8f7f45fdb
|
++haskell-tree-sitter
|
2017-10-04 13:04:12 -07:00 |
|