turanct/paris

Simple parsing tools

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/turanct/paris

v0.0.3 2019-08-28 12:21 UTC

This package is auto-updated.

Last update: 2025-10-12 05:25:52 UTC


README

Travis CI

Paris is a library of simple tools to parse any given input string. Paris is a written as a learning project, it is not meant to be used in production.

Goals

  • Provide simple tools to parse a string to something a computer can understand
  • Create complex parsers from simple building blocks
  • Memory efficiency, speed, etc. are not the goal of this project.

Credits

Some of the thoughts behind this are stolen from Parsec, which is a Haskell parser library. It's actually 100000 times nicer than this one, so check it out.

License

This library is provided under the MIT license.