Create a library and add various options#2
Create a library and add various options#2cdupont wants to merge 13 commits intodiagrams:masterfrom cdupont:master
Conversation
cdupont
commented
Sep 15, 2015
- added library in cabal file
- added attribute "echo=Above|Below" to get a display of the code
- added tests
|
This is great, nice to see this getting some attention. Couple of small things:
Otherwise this looks good. I don't know if you noticed there's another PR #1 (which I started in December?!, I need to start finishing off my PRs) that has extra features and was pretty much ready to merge, but depends on a branch of |
|
@cchalmers: I advised @cdupont that last I heard you weren't planning to finish the I'll try to get through this in the next week, but probably not before Friday. |
|
@cchalmers: I renamed |
There was a problem hiding this comment.
Should probably be readMaybe e. Or maybe a custom parser to allow other capitalization.
|
@cdupont What's your use-case for the library? I'm happy to split the library part from the executable, it just hadn't occurred to me that anyone would want this. |
There was a problem hiding this comment.
Why a table? We don't currently use a table in the documentation, and I generally try to avoid tables for layout in HTML.
|
I cherry-picked most of the changes, while preserving the command-line parsing and the existing recognized classes. In particular, I included these changes:
Thank you for this PR. |