Rob Rix
ae40db0ab5
🔥 decorate.
2019-09-30 15:29:10 -04:00
Rob Rix
b298e3a42c
Rearrange slightly.
2019-09-30 15:22:54 -04:00
Rob Rix
c06a7807c7
🔥 Decorate.
2019-09-30 15:22:09 -04:00
Rob Rix
626777b190
Split parsing out of Task.
2019-09-30 15:20:30 -04:00
Rob Rix
08601d17db
Extract errors & runAssignment to the top level.
2019-09-30 14:42:09 -04:00
Rob Rix
af33c0865d
Export the Parse carrier.
2019-09-30 14:35:27 -04:00
Rob Rix
7a7228636e
🔥 redundant constraints.
2019-09-30 14:32:55 -04:00
Rob Rix
7c91a7d08f
Define a parse carrier.
2019-09-30 14:29:39 -04:00
Rob Rix
856189ed15
Define a smart constructor for parse.
2019-09-30 14:28:40 -04:00
Rob Rix
bba02fe178
Define an Effect instance for Parse.
2019-09-30 14:27:31 -04:00
Rob Rix
fca3027fc7
Define an HFunctor instance for Parse.
2019-09-30 14:27:24 -04:00
Rob Rix
ef05ef941a
Derive a Functor instance for Parse.
2019-09-30 14:27:15 -04:00
Rob Rix
a91b6c1e49
Define a Parse effect.
2019-09-30 14:27:07 -04:00
Rob Rix
1dbc84d122
Stub in a module for a parse effect.
2019-09-30 14:25:51 -04:00
Rob Rix
fb1e99e6a7
📝 the Send/Call thing.
2019-09-30 14:03:46 -04:00
Rob Rix
a415d856d7
Merge branch 'master' into semantic-tags
2019-09-27 17:31:26 -04:00
Patrick Thomson
65060868bc
Make benchmarks operate and switch to gauge
.
...
I find myself wanting to benchmark some I/O code, so I decided to look
at our benchmark suite, to find that it had bitrotted somewhat. This
patch brings it back up to working status, switches to `gauge` (which
is more accurate than `criteron` and incurs fewer dependencies), and
sprinkles some typed paths on there.
2019-09-27 13:18:30 -04:00
Rob Rix
cf1320586d
🔥 Data.Tag.
2019-09-27 12:04:24 -04:00
Rob Rix
b99366fc37
Tag using the precise AST when requested.
2019-09-27 11:56:45 -04:00
Rob Rix
e25d5e1d7d
Perform renderToSymbols out of the monad.
2019-09-27 11:53:31 -04:00
Rob Rix
958c66a275
Use Tags.Tag.
2019-09-27 11:49:16 -04:00
Rob Rix
3659912e41
Tags always have a line.
2019-09-27 11:34:08 -04:00
Rob Rix
65eed49ecc
slice/firstLine are total.
2019-09-27 11:33:13 -04:00
Rob Rix
bbb583de55
ContextTokens always have Ranges.
2019-09-27 11:30:33 -04:00
Rob Rix
376ea3e165
Tokens always have Ranges.
2019-09-27 11:28:14 -04:00
Rob Rix
53f3e5e9cc
🔥 the context field from Data.Tag.Tag.
2019-09-27 11:17:41 -04:00
Rob Rix
ed85a4483f
🔥 the HasSpan instance for Tag.
2019-09-27 11:16:14 -04:00
Rob Rix
7406910b4a
🔥 the ToJSON instance for Tag.
2019-09-27 11:15:26 -04:00
Rob Rix
661e582794
Pull symbolsToSummarize & tagToSymbol out to the top level.
2019-09-27 11:00:48 -04:00
Rob Rix
4a1b8e80c0
Reformat slightly.
2019-09-27 10:59:55 -04:00
Rob Rix
cf940ff595
precisePythonParser produces a Py.Term.
2019-09-27 10:53:26 -04:00
Rob Rix
9b704006b4
🔥 an obsolete pragma.
2019-09-27 10:49:20 -04:00
Rob Rix
3fafa4f556
Tidy up with type applications.
2019-09-27 10:45:59 -04:00
Rob Rix
6a40b9a6cd
🔥 a redundant Element constraint.
2019-09-27 10:45:12 -04:00
Rob Rix
0c3e754eea
Alignment.
2019-09-27 10:43:31 -04:00
Rob Rix
e84da318a3
🔥 ApplyAll'.
2019-09-27 10:43:11 -04:00
Rob Rix
ed7d152169
Use the shared blobLanguage computation.
2019-09-27 10:41:22 -04:00
Rob Rix
6538f4d885
Revert "Bring the language modes into scope."
...
This reverts commit 8ca3d7b277
.
2019-09-27 10:40:37 -04:00
Rob Rix
3058646b44
Update for * -> * Unmarshal.
2019-09-27 10:36:56 -04:00
Rob Rix
fe349fc3f0
Merge branch 'master' into semantic-tags
2019-09-27 10:00:56 -04:00
Rob Rix
374dae0229
🔥 a redundant language extension.
2019-09-27 09:57:12 -04:00
Timothy Clem
15cd4857ce
Remove FILE:LANG argument from CLI
2019-09-26 14:17:24 -07:00
Rob Rix
8ca3d7b277
Bring the language modes into scope.
2019-09-26 14:04:46 -04:00
Rob Rix
3c564eb7a5
Add a FIXME.
2019-09-26 13:51:33 -04:00
Rob Rix
a17a53fb19
Turn off orphan instance warnings in Parsing.Parser.
2019-09-26 13:50:58 -04:00
Rob Rix
f4d89746d1
Define a precise Python parser.
2019-09-26 13:50:20 -04:00
Rob Rix
ead0253c73
Define orphan Unmarshal instances for Loc, Span, and Range.
2019-09-26 13:49:45 -04:00
Rob Rix
94f6f8e29f
Define an UnmarshalParser constructor.
2019-09-26 13:27:19 -04:00
Rob Rix
957f8abdd4
Add a helper to parse to precise ASTs.
2019-09-26 13:24:24 -04:00
Rob Rix
8210639d35
Allow the action to report failures.
2019-09-26 13:23:49 -04:00