Jonathan Turner 193b00764b
Stream support (#812)
* Moves off of draining between filters. Instead, the sink will pull on the stream, and will drain element-wise. This moves the whole stream to being lazy.
* Adds ctrl-c support and connects it into some of the key points where we pull on the stream. If a ctrl-c is detect, we immediately halt pulling on the stream and return to the prompt.
* Moves away from having a SourceMap where anchor locations are stored. Now AnchorLocation is kept directly in the Tag.
* To make this possible, split tag and span. Span is largely used in the parser and is copyable. Tag is now no longer copyable.
2019-10-13 17:12:43 +13:00
..
2019-09-19 16:25:29 +12:00
2019-10-10 08:27:51 -07:00
2019-10-13 17:12:43 +13:00
2019-08-29 01:31:56 -05:00
2019-09-11 10:36:50 -04:00
2019-09-11 10:36:50 -04:00
2019-10-13 17:12:43 +13:00
2019-09-11 10:36:50 -04:00
2019-09-12 05:22:58 -05:00
2019-09-11 10:36:50 -04:00
2019-09-11 10:36:50 -04:00
2019-09-12 01:49:01 -05:00
2019-09-19 16:25:29 +12:00
2019-09-08 14:00:04 +12:00