Commit Graph

6 Commits (fc1d1ccb56c06171a5320e9706a3fc5ccf62aebb)

Author SHA1 Message Date
trivernis cb8f469853 Fix EOF handling 4 years ago
trivernis 86ff2e17d1 Add inlining for some charstate functions 4 years ago
trivernis d5e2db3e1f Add emoji parsing 4 years ago
trivernis 3c88632548 Improve section handling and add Checkboxes
Huge improvements to section handling by postprocessing elements and reordering them,
mergin with imports and so on to get a one-document output with no nesting errors.
4 years ago
trivernis ba7fd40f92 Encapsulate inline parsing
- Rename Inline stuff to Line
- Rename SubText stuff to Inline
4 years ago
trivernis c4485e1394 Improve readability by encapsulating char operations
- Add charstate module with CharStateMachine trait for char operations
4 years ago