Commit graph

218 commits

Author SHA1 Message Date
PoiScript d9053d992d refactor(headline): store headline tags into Vec 2019-04-24 18:25:08 +08:00
PoiScript 56e289fb48 refactor(parser): wrap some objects and elements with struct 2019-04-24 18:25:08 +08:00
PoiScript 69534576f1 feat(parser): clock parsing 2019-04-23 18:52:52 +08:00
PoiScript cd7e03accb feat(objects): chrono feature 2019-04-23 15:48:13 +08:00
PoiScript ffbefaa3b4 chore(export): escape methods 2019-04-12 22:29:31 +08:00
PoiScript 0101612029 docs: some doc comments 2019-04-12 22:19:07 +08:00
PoiScript 2467cb3db3 fix(parser): list parsing 2019-04-12 15:37:04 +08:00
PoiScript b17b355d3b fix(parser): headline parsing 2019-04-12 00:14:21 +08:00
PoiScript 9c82b268d6 chore: make the fields of Planning struct public 2019-04-11 23:53:43 +08:00
PoiScript c2c554a3d5 test: nested list 2019-04-08 19:35:50 +08:00
PoiScript 5b7ecf16c9 refactor(parser): list parsing 2019-04-08 19:35:06 +08:00
PoiScript 5e2395ed5a test: create tests/ folder 2019-04-08 01:41:04 +08:00
PoiScript 164aff424d chore: remove unexpected dbg! 2019-04-07 20:39:59 +08:00
PoiScript 6fa43f7571 feat(parser): drawer parsing 2019-04-07 20:10:43 +08:00
PoiScript fe591d2143 feat(parser): clock parsing 2019-04-07 15:33:18 +08:00
PoiScript 406fd22aee feat(parser): planning parsing 2019-04-06 14:49:47 +08:00
PoiScript 8bb7ae41d3 refactor: cleanup parser 2019-04-05 23:50:13 +08:00
PoiScript 1bb5286dd3 feat(parser): timestamp parsing 2019-04-05 21:02:10 +08:00
PoiScript 1f52e75d3d refactor(parser): clean up parse functions 2019-03-19 13:56:33 +08:00
PoiScript 7273a2e84d refactor(parser): redesign stack structure 2019-03-19 13:56:13 +08:00
PoiScript 0b22db1f0f feat(export): handler with custom error type 2019-03-13 16:17:07 +08:00
PoiScript 355ea8b46e fix(export): make Escape struct field public 2019-03-11 00:50:00 +08:00
PoiScript e1469b6794 chore: re-export all from export::html module 2019-03-11 00:38:28 +08:00
PoiScript 0c64b76dc6 feat(render): accept a mutable reference of Write 2019-03-10 01:00:29 +08:00
PoiScript a288a6d554 feat(elements): multiple lines comment and fixed width area 2019-02-16 17:13:23 +08:00
PoiScript 74a19c2ff7 refactor(elements): add Element::Empty variant 2019-02-16 15:39:28 +08:00
PoiScript c7de340479 feat(headline): support custom keywords 2019-02-15 11:32:52 +08:00
PoiScript 88e1f8d62d fix(export): escape code, link, title elements 2019-02-15 11:02:57 +08:00
PoiScript 2cb74028b6 feat(export): wrapper struct Escape 2019-02-15 00:05:50 +08:00
PoiScript ac7b6aef3f fix: typo wirter -> writer 2019-02-14 14:02:29 +08:00
PoiScript 69de17ad9b refactor(export): HtmlRender & HtmlHandler 2019-02-14 13:39:03 +08:00
PoiScript 8ba9ade62d feat: add tools module 2019-02-13 16:00:56 +08:00
PoiScript 1c3300ca61 feat: use bytecount for bytes counting 2019-02-13 15:59:18 +08:00
PoiScript c5a6d82aa8 fix: fix some edge case errors 2019-02-12 22:07:18 +08:00
PoiScript 4d56633c43 refactor: clenup 2019-02-09 20:32:31 +08:00
PoiScript c5b14256f0 refactor: cleanup parse function 2019-02-08 21:42:44 +08:00
PoiScript c1154a1853 chore: update to rust 2018 2019-02-07 23:38:17 +08:00
PoiScript aa786e97c1 chore: make objects and elements struct public 2019-02-07 23:01:18 +08:00
PoiScript 58ea235ce8 docs: update STATUS.md 2019-02-07 16:08:45 +08:00
PoiScript 0b355b498c refactor: cleanup utils macros 2019-02-07 15:54:16 +08:00
PoiScript 346ebc83d7 docs: add README.md 2019-02-06 20:50:18 +08:00
PoiScript 9b49ea943f chore: setup ci 2019-02-06 19:56:44 +08:00
PoiScript 9e31738668 chore: add license & rename to orgize 2019-02-06 19:49:44 +08:00
PoiScript 54b0f938f9 fix: list parsing 2019-02-06 18:16:44 +08:00
PoiScript d20d4c2880 refactor: simplify list parsing 2019-02-02 23:42:31 +08:00
PoiScript 763ec00434 refactor: objects parse 2019-01-23 00:11:09 +08:00
PoiScript 74781e6e7e refactor: keyword 2019-01-22 20:50:16 +08:00
PoiScript da04d3d25d perf: replace all str.find(..)s with memchr(..)
which is much faster, theoretically.
2019-01-22 11:08:20 +08:00
PoiScript 19f7bacf55 feat: fixed width areas 2019-01-21 23:04:35 +08:00
PoiScript 918b14de52 docs: update STATUS.md 2019-01-21 22:51:40 +08:00