Bitwalker Combine Versions Save

A parser combinator library for Elixir projects

0.5.3

8 years ago

Changes

  • Significant performance improvements to Base and Text parsers.

0.4.1

8 years ago
  • Add Combine.parse_file/2 API. This allows providing a file path to Combine rather than a raw binary. Down the road this will be more than just a wrapper for File.read + Combine.parse, and will actually stream the input. We're not there yet though.

0.4.0

8 years ago
  • Add support for binary parsers with Combine.Parsers.Binary.