mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 18:03:31 +01:00
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c0c5ab884 | |||
| 3d93d534db | |||
| 7007c894b8 | |||
| 214c222002 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 1c0c5ab884 |
Attempt to support parsing full lines into StringTree
This commit tries to add support for the [section] first line second line syntax, i.e. non-assignments, without equal sign. Half-baked, but still better than before. Also support some more Python 3, i.e. dict.items() instead of iteritems() Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 3d93d534db |
StringTree: Respect quoted quotes
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 7007c894b8 |
StringTree fix: Comments were not ignored in quotes
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 214c222002 |
Add StringTree and friends
Signed-off-by: Jan Lindemann <jan@janware.com> |