Commit graph

235 commits

Author SHA1 Message Date
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
PoiScript 64535641c1 fix(elements): returning the correct offset 2019-01-21 22:40:08 +08:00
PoiScript 3105470cee chore: abbreviate 2019-01-20 21:03:28 +08:00
PoiScript ed762a8dd4 feat: lines macros 2019-01-20 19:04:12 +08:00
PoiScript cc3d915877 fix(list): fix parse_item 2019-01-20 01:52:50 +08:00
PoiScript 390b7abb33 refactor: remove regex crates 2019-01-19 23:22:35 +08:00
PoiScript ad9f29bcb9 feat: list parsing 2019-01-17 12:08:40 +08:00
PoiScript 75362bd2a8 refactor: utils macros 2019-01-14 14:10:41 +08:00
PoiScript 93ed18602a refactor: rename field names to align with org-elements-api 2019-01-13 02:20:34 +08:00
PoiScript f35c2d7bab feat: add fuzz testing 2019-01-12 14:51:57 +08:00
PoiScript a335929801 feat: html export 2019-01-12 01:30:12 +08:00
PoiScript 6b1e2a26be chore: impl Debug for all struct and enum 2019-01-11 23:11:07 +08:00
PoiScript 128825f148 refactor: cleanup 2019-01-11 22:35:06 +08:00
PoiScript 38380aab2c feat: dynamic block parsing 2019-01-11 14:16:48 +08:00
PoiScript 79477b812e feat: block parsing 2019-01-11 00:59:01 +08:00
PoiScript 55e6d67fae docs: add STATUS.md 2019-01-10 21:10:43 +08:00
PoiScript 6f7fa9c920 update 2019-01-10 20:58:13 +08:00
PoiScript a85efe2056 parser 2019-01-04 16:53:20 +08:00
PoiScript 2fef529f57 chore: initial commit 2018-09-11 21:09:50 +08:00