parsers.ts 349 B

12345678
  1. /**
  2. * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
  3. *
  4. * @author David Sehnal <david.sehnal@gmail.com>
  5. */
  6. // TODO: build in format parsers, allow to define custom formats
  7. // basically state actions that take data and return parsed format in appropriate built in representation (e.g. string|binary => )