Laughedelic Literator Versions Save

:memo: Generate literate-style markdown docs from your sources

v0.2.0

10 years ago
  • added types for Comments and Code;
  • simplified general parsers;
  • completely rewrote comments parser with better margin handling;
  • improved handling of empty lines; allowed them in comments with margin;
  • allowed space as a margin delimiter: no need to use any special symbols, just make the correct indentation!
  • allowed to use escaped code in comments (even with */);

v0.1.0

10 years ago
  • first release;
  • main features:
    • simple parse combinators for scala sources;
    • block comments indentation managing (with arbitrary margin delimiter);
    • functions to work with files and directories;
    • command line interface;