Commit graph

323 commits

Author SHA1 Message Date
Christopher Durham 58ff03086f Normalize test newlines
Tests pass with CRLF newlines now
2018-01-27 19:19:53 -05:00
Aleksey Kladov fcc4987de5 Add appveyor badge 2018-01-28 03:15:30 +03:00
Aleksey Kladov ee6ebec70d Fix typo 2018-01-28 03:14:30 +03:00
Aleksey Kladov 6a57d2ae4a CI: add windows testing 2018-01-28 03:13:44 +03:00
Christopher Durham e6e61251ab
Merge pull request #12 from CAD97/enforce-fmt
Enforce rustfmt format
2018-01-27 18:51:12 -05:00
Christopher Durham 9140b3e728 Be explicit for Travis' sake 2018-01-27 18:47:42 -05:00
Christopher Durham 55e8755fbb Enforce rustfmt format 2018-01-27 18:36:02 -05:00
Christopher Durham 4de3c97b2a Enforce rustfmt format 2018-01-27 18:31:23 -05:00
Aleksey Kladov 357cd33581 Add tests for parser recovery in fields 2018-01-28 02:20:40 +03:00
Aleksey Kladov 3630aeb1ea Drop high-order stuff for good 2018-01-28 01:13:27 +03:00
Aleksey Kladov b7ae5bbba2 Simplify 2018-01-28 01:12:49 +03:00
Aleksey Kladov da9bfacd98 Brush up readme 2018-01-28 00:58:47 +03:00
Aleksey Kladov d32345e518 Fix link 2018-01-28 00:35:17 +03:00
Aleksey Kladov ffe545cc37 Brush up CONTRIBUTING.md 2018-01-28 00:34:16 +03:00
Aleksey Kladov a4880ca03e ⬆️ deps 2018-01-28 00:24:40 +03:00
Aleksey Kladov 9620175094 CI badge 2018-01-28 00:10:38 +03:00
Aleksey Kladov 60ab3cfb88 CI 2018-01-28 00:06:39 +03:00
Aleksey Kladov caba13a2dd Simplify 2018-01-28 00:05:31 +03:00
Aleksey Kladov d280c72338 Simplify 2018-01-22 11:31:55 +03:00
Aleksey Kladov 13c6a34354 Extract nested trees 2018-01-22 11:29:32 +03:00
Aleksey Kladov 645a1b5d73 Remove high-order bits from tuple struct 2018-01-22 02:21:53 +03:00
Aleksey Kladov 05ad469ac3 Command-line utilty to print the parse tree 2018-01-22 02:12:26 +03:00
Aleksey Kladov c8cf1d8cda Test attribute recovery 2018-01-21 00:36:17 +03:00
Aleksey Kladov efd538d793 Remove high-order bits from attributes 2018-01-21 00:31:29 +03:00
Aleksey Kladov 0b5d39f2a2 Markers API 2018-01-20 23:25:34 +03:00
Aleksey Kladov be60d5aa66 Drop more high-order stuff 2018-01-20 21:49:58 +03:00
Aleksey Kladov 111743d82c Drop more high-order stuff 2018-01-20 21:07:34 +03:00
Aleksey Kladov 410f948c5f Drop high-order combinators 2018-01-20 17:21:13 +03:00
Aleksey Kladov 3c612bfa3a Simplify 2018-01-15 22:41:57 +03:00
Aleksey Kladov 91fb7e2088 Rename many -> repeat 2018-01-15 21:44:30 +03:00
Aleksey Kladov 08f7c69f90 G: struct flavors 2018-01-13 22:00:26 +03:00
Aleksey Kladov 55891be06a G: use trees 2018-01-13 13:42:19 +03:00
Aleksey Kladov 29b2e0adcc G: allow self & super in paths 2018-01-13 11:55:03 +03:00
Aleksey Kladov f31d858607 G: visibility 2018-01-12 22:05:46 +03:00
Aleksey Kladov c111a1f7b8 Nest paths 2018-01-12 20:59:19 +03:00
Aleksey Kladov ca0c5ea38b Support tree rebalancing 2018-01-12 20:32:37 +03:00
Aleksey Kladov 15ae9026cf Encapsulate position 2018-01-11 23:25:14 +03:00
Aleksey Kladov 9a8e9bc4c6 G: item outer attributes 2018-01-11 23:01:12 +03:00
Aleksey Kladov 89699c4803 G: leading colon is a part of path segment 2018-01-11 22:11:44 +03:00
Aleksey Kladov 41bf98d249 G: multisegment paths 2018-01-11 20:55:08 +03:00
Aleksey Kladov adb8378827 don't pretend to be Cargo 2018-01-10 23:06:46 +03:00
Aleksey Kladov e9dd8aae22 Move validation to issues 2018-01-10 23:04:20 +03:00
Aleksey Kladov ea5b67fdb0
Merge pull request #1 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2018-01-10 22:50:41 +03:00
The Gitter Badger 94ff089f31 Add Gitter badge 2018-01-10 19:49:22 +00:00
Aleksey Kladov 5338eef982 Licenses 2018-01-10 22:47:04 +03:00
Aleksey Kladov 5e21ae9418 Some architecture notes 2018-01-10 22:45:01 +03:00
Aleksey Kladov 4c10c31be3 D: start documenting stuff 2018-01-10 21:58:38 +03:00
Aleksey Kladov 5ea7e5fb7a G: simplest use items 2018-01-09 23:32:18 +03:00
Aleksey Kladov 1544e89c49 G: mod item 2018-01-09 22:35:55 +03:00
Aleksey Kladov 7f8ca07d86 G: extern crate 2018-01-09 00:06:42 +03:00