Commit Graph

16 Commits (7fdc1bcbf13a1ed51fe15b3fd0082b1f488ade4c)
 

Author SHA1 Message Date
Aadhavan Srinivasan 7fdc1bcbf1 Trying to fix a bug where a header with a newline isn't recognized as a header 1 month 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 1 month ago
Aadhavan Srinivasan 26adcbbc69 Added more tests; fixed some existing tests by adding convenience functions 1 month ago
Aadhavan Srinivasan 2b771256a1 Only get the first parse result, makes things easier to see 1 month ago
Aadhavan Srinivasan 231673b6d6 Rename file name to match module name 1 month ago
Aadhavan Srinivasan e51d16a39b Added more tests 1 month ago
Aadhavan Srinivasan 2273448208 Updated .gitignore 1 month ago
Aadhavan Srinivasan eb40ee430f Removed 'dist-newstyle' from being tracked; updated .gitignore 1 month ago
Aadhavan Srinivasan 66718845d8 Updated cabal file with instructions on split modules 1 month ago
Aadhavan Srinivasan d63cd98288 Split package into library module 'src' and executable 'app' 1 month ago
Aadhavan Srinivasan 626eb71097 Implement LeftmostLongest, renamed functions, failed parsing works now (see main function for example) 1 month ago
Aadhavan Srinivasan cbdcfcfea7 More work, I guess 1 month ago
Aadhavan Srinivasan ade48bd64e Proof of concept for leftmostLongest function 1 month ago
Aadhavan Srinivasan 8e07a5ed0e Trying to get recursive parsing working better 1 month ago
Aadhavan Srinivasan 1a838e343e Got recursive parsing working 1 month ago
Aadhavan Srinivasan bc43f75a28 First commit 1 month ago