14:70b10d6aaad3
|
2017-04-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added support for other list node types, breaking the pattern for list items up
into specific patterns. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
13:7825ca4d0357
|
2017-04-29 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added support for headings. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
12:575c7b5d97ac
|
2017-04-29 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added horizontal rule support. |
|
|
moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
11:e1ed135d019f
|
2017-04-29 |
Paul Boddie |
changeset
files
shortlog
graph
|
Reorganised the code into a package. |
|
|
moinformat.py moinformat/__init__.py moinformat/serialisers.py moinformat/tree.py tests/test_parser.py
|
|
10:3c29a8a62635
|
2017-04-28 |
Paul Boddie |
changeset
files
shortlog
graph
|
Capture indents used when starting regions/sections. |
|
|
moinformat.py tests/test_parser.py
|
|
9:c3831bd8835f
|
2017-04-28 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added initial support for list item parsing. |
|
|
moinformat.py tests/test_parser.py
|
|
8:0cbb97f95895
|
2017-04-27 |
Paul Boddie |
changeset
files
shortlog
graph
|
Consolidated region parsing further, adding a mechanism of invoking handlers
corresponding to the patterns encountered. |
|
|
moinformat.py
|
|
7:863171f41eac
|
2017-04-27 |
Paul Boddie |
changeset
files
shortlog
graph
|
Attempt to modularise pattern recognition actions. |
|
|
moinformat.py
|
|
6:7336ce637f89
|
2017-04-27 |
Paul Boddie |
changeset
files
shortlog
graph
|
Tidied and consolidated somewhat. |
|
|
moinformat.py
|
|
5:aad3a95320c3
|
2017-04-27 |
Paul Boddie |
changeset
files
shortlog
graph
|
Employ separate patterns for region start and end markers. |
|
|
moinformat.py
|
|