Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 192 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 192 Bytes

Parser

A very basic example of a parser-combinator.

Contents

This project is made up of the following modules:

  • core: Core module containing the Parser type
  • json: JSON parser