Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | faulty test | Gregor Kleen | 2016-01-12 | |
| | ||||
* | new tests for lexer | Gregor Kleen | 2016-01-12 | |
| | ||||
* | Rose-Tree labels now carry attributes | Gregor Kleen | 2016-01-12 | |
| | ||||
* | Lexing tag attributes | Gregor Kleen | 2016-01-12 | |
| | ||||
* | Morph [BBNode] (Forest Text) | Gregor Kleen | 2016-01-12 | |
| | ||||
* | more unit tests | Gregor Kleen | 2016-01-12 | |
| | ||||
* | fixed visibility | Gregor Kleen | 2016-01-12 | |
| | ||||
* | minor code cleanup | Gregor Kleen | 2016-01-12 | |
| | ||||
* | removed unused Arbitrary BBToken | Gregor Kleen | 2016-01-12 | |
| | ||||
* | minor code cleanup | Gregor Kleen | 2016-01-12 | |
| | ||||
* | Ignore all build results | Gregor Kleen | 2016-01-12 | |
| | ||||
* | BBCode lexer | Gregor Kleen | 2016-01-12 | |
| | ||||
* | cleanup | Gregor Kleen | 2016-01-11 | |
| | ||||
* | removed reference to Servant.Docs | Gregor Kleen | 2016-01-11 | |
| | | | | leftover from earlier experiments | |||
* | Harness for implementing bbcode | Gregor Kleen | 2016-01-11 | |
| | ||||
* | cleanup | Gregor Kleen | 2016-01-11 | |
| | ||||
* | API cleanup | Gregor Kleen | 2016-01-11 | |
| | ||||
* | More fleshed out API | Gregor Kleen | 2016-01-11 | |
| | ||||
* | Fixed issue: Ram usage explodes during tests | Gregor Kleen | 2016-01-10 | |
| | ||||
* | First stab at API | Gregor Kleen | 2016-01-10 | |
| | ||||
* | reworked test harness for (partial) auto-detection | Gregor Kleen | 2016-01-10 | |
| | ||||
* | Another off by one | Gregor Kleen | 2016-01-10 | |
| | ||||
* | Cleanup up monoid instances | Gregor Kleen | 2016-01-09 | |
| | ||||
* | Fixed another fencepost mistake due to TL.lines | Gregor Kleen | 2016-01-09 | |
| | ||||
* | Fixed fencepost mistake | Gregor Kleen | 2016-01-09 | |
| | ||||
* | workaround for weird spec autodetection | Gregor Kleen | 2016-01-09 | |
| | ||||
* | spec/src/Thermoprint/Printout.hs & test-framework | Gregor Kleen | 2016-01-09 | |
| | | | | | | Implemented Printout, Paragraph, Chunk, Block, Line, and text Test coverage for text | |||
* | fixed build issue | Gregor Kleen | 2015-12-25 | |
| | ||||
* | Framework for thermoprint-spec | Gregor Kleen | 2015-12-25 | |
| | ||||
* | Adressed licensing issues by switching to CC0 | Gregor Kleen | 2015-12-25 | |
| | ||||
* | framework for nix build | Gregor Kleen | 2015-12-25 | |
| | ||||
* | license | Gregor Kleen | 2015-12-25 | |
| | ||||
* | Cleaned tree for rewrite | Gregor Kleen | 2015-12-25 | |
| | ||||
* | Added test output/input & tweaks to .gitignore | Gregor Kleen | 2015-10-22 | |
| | ||||
* | Fixed PrintOut | Gregor Kleen | 2015-10-22 | |
| | ||||
* | Revert "Merged PrintOut into Main.hs" | Gregor Kleen | 2015-10-22 | |
| | | | | This reverts commit 9ca0799435aca9f4380ca7e80358dc77236d1b24. | |||
* | fixed last commit | Gregor Kleen | 2015-10-22 | |
| | ||||
* | Merged PrintOut into Main.hs | Gregor Kleen | 2015-10-18 | |
| | ||||
* | switched logging to stderr | Gregor Kleen | 2015-10-18 | |
| | ||||
* | It turns out \n before [/center] is ensured by structure already | Gregor Kleen | 2015-10-18 | |
| | ||||
* | added massaging to avoid uneccesary whitespace injection | Gregor Kleen | 2015-10-18 | |
| | ||||
* | Revert "Added massaging to make sure blocks are not followed by extraneous ↵ | Gregor Kleen | 2015-10-18 | |
| | | | | | | whitespace" This reverts commit 6db9326c348f54cd25f399ad1e472b20cb7771c0. | |||
* | Added massaging to make sure blocks are not followed by extraneous whitespace | Gregor Kleen | 2015-10-18 | |
| | ||||
* | Drafts | Gregor Kleen | 2015-10-17 | |
| | ||||
* | Working prototype | Gregor Kleen | 2015-10-17 | |
| | ||||
* | Introduced redo to buildsystem & fixed thermoprint | Gregor Kleen | 2015-10-13 | |
| | ||||
* | First shot at basic structure | Gregor Kleen | 2015-09-14 | |
The planned webapp is missing for now. `nix-build -A servant` fails because thermoprint does not seem to be registered with ghc (see `echo 'import Thermoprint' | nix-shell -p 'ghci'`) |