Skip to content

sgrumley/JSON-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Parser

This project uses json.org for design specification and implements a JSON parser in Haskell. EBNF diagrams and a basic report can be found within.

Table of contents

Setup

Git clone the project and build the binaries

ghc json-parser.hs

Usage

Pass a local json filename as a parameter to the program.

./json-parser input.json

The output will show pairs, lexemes, file data and final result

License

MIT

About

JSON Parser implemented in Haskell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published