19 Commits (a60b3754e4ec80290a07ca008d36fd462afbf428)

Author SHA1 Message Date
Aadhavan Srinivasan a60b3754e4 Rewrite leftmostLongest and leftmostLongestParse so that they don't rely
on 'head' which is a partial function
2 weeks ago
Aadhavan Srinivasan 3330185393 Make MdToken a Semigroup and a Monoid, so that I can use 'mempty' for
it.
2 weeks ago
Aadhavan Srinivasan 1df7f64aec Started working on blockquote parser 2 weeks ago
Aadhavan Srinivasan 81671727b2 Added more parsers for escaped characters and links. 2 weeks ago
Aadhavan Srinivasan 1b821c4315 Declare separate variable for escaped characters. 2 weeks ago
Aadhavan Srinivasan 51728dd3a1 Added double-quotes to link URL when printing link. 2 weeks ago
Aadhavan Srinivasan e7ea7b6ba6 Removed unecessary case statement 2 weeks ago
Aadhavan Srinivasan ef132791a1 Applied lots of hints, mostly redundant brackets 2 weeks ago
Aadhavan Srinivasan d1b0ce6b10 Move parseHeader up in the chain - parseDocument can either parse
headers or a paragraph
2 weeks ago
Aadhavan Srinivasan b6f51c33c7 Parse until EOF instead of adding a manual check. 2 weeks ago
Aadhavan Srinivasan 9ffbb7365c Removed commented line 2 weeks ago
Aadhavan Srinivasan 71aacdd26a Removed unecessary parentheses 2 weeks ago
Aadhavan Srinivasan 873795e267 Removed unecessary function 2 weeks ago
Aadhavan Srinivasan 9a128407cc Fixed newline bug; working on fixing the last failing test 2 weeks ago
Aadhavan Srinivasan a18d03e4ac Working on parsing single newlines 2 weeks ago
Aadhavan Srinivasan f916267d29 Changed parsing of header to consume optional newline; removed debug statements 2 weeks ago
Aadhavan Srinivasan 7fdc1bcbf1 Trying to fix a bug where a header with a newline isn't recognized as a header 2 weeks ago
Aadhavan Srinivasan d771460bb1 Skip spaces at beginning of line; parse a line and header separately; add a Document data constructor for MdToken (consists of the entire document 2 weeks ago
Aadhavan Srinivasan 231673b6d6 Rename file name to match module name 3 weeks ago