/parser

A very basic parser-combinator example

Primary LanguageScala

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