Commit graph

8 commits

Author SHA1 Message Date
PoiScript
0b355b498c refactor: cleanup utils macros 2019-02-07 15:54:16 +08:00
PoiScript
d20d4c2880 refactor: simplify list parsing 2019-02-02 23:42:31 +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
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
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
ad9f29bcb9 feat: list parsing 2019-01-17 12:08:40 +08:00