log

age author description
Wed, 05 Jun 2019 22:33:27 +0200 Lewin Bormann Minor additions to documentation and auto-derives
Wed, 05 Jun 2019 22:32:39 +0200 Lewin Bormann Add JSON example parser prototype
Wed, 05 Jun 2019 19:59:35 +0200 Lewin Bormann Add travis.yml
Wed, 05 Jun 2019 19:54:58 +0200 Lewin Bormann Configure bitbucket pipelines
Tue, 04 Jun 2019 23:55:55 +0200 Lewin Bormann Implement Then combinator and trait method for Parser.
Tue, 04 Jun 2019 23:30:18 +0200 Lewin Bormann Add more documentation
Tue, 04 Jun 2019 18:49:36 +0200 Lewin Bormann Implement Ignore combinator.
Tue, 04 Jun 2019 00:09:14 +0200 Lewin Bormann Implement tests for Repeat and fix Max repetition
Mon, 03 Jun 2019 23:51:52 +0200 Lewin Bormann rustfmt
Mon, 03 Jun 2019 23:51:32 +0200 Lewin Bormann Implement Float parser.
Mon, 03 Jun 2019 23:51:15 +0200 Lewin Bormann Implement Maybe parser
Mon, 03 Jun 2019 23:14:25 +0200 Lewin Bormann primitives: Benchmark for integer parsing.
Mon, 03 Jun 2019 23:14:01 +0200 Lewin Bormann state: Fix peek() method
Sun, 02 Jun 2019 23:11:00 +0200 Lewin Bormann Improve Integer parsing and extend it to all integer types
Sun, 02 Jun 2019 15:19:00 +0200 Lewin Bormann Improve documentation about ParseError
Sun, 02 Jun 2019 13:48:26 +0200 Lewin Bormann Implement Parser::apply
Sun, 02 Jun 2019 13:47:52 +0200 Lewin Bormann rustfmt
Sun, 02 Jun 2019 10:44:18 +0000 Lewin Bormann primitives: Implement OneOf and string_of primitives
Sun, 02 Jun 2019 10:44:04 +0000 Lewin Bormann combinators: Fix Repeat combinator
Sun, 02 Jun 2019 10:14:51 +0000 Lewin Bormann Implement PartialSequence
Thu, 30 May 2019 14:27:11 +0200 Lewin Bormann Implement Transform combinator.
Thu, 30 May 2019 14:10:26 +0200 Lewin Bormann Implement Alternative combinator
Thu, 30 May 2019 11:35:11 +0200 Lewin Bormann Introduce panic-on-unreleased-drop while developing
Thu, 30 May 2019 11:18:31 +0200 Lewin Bormann Implement Sequence combinator
Thu, 30 May 2019 00:40:34 +0200 Lewin Bormann Implement prototype of first combinator... will need to use macros later
Wed, 29 May 2019 23:49:47 +0200 Lewin Bormann Implement Int parser
Wed, 29 May 2019 23:32:37 +0200 Lewin Bormann Initial commit