Skip to content

A minimal JSON parser using Haskell's Alex and Happy lexer/parser generators

Notifications You must be signed in to change notification settings

jackstanek/alex-happy-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alex/Happy JSON Parser

This repo contains a simple, minimalistic Haskell JSON parser written using Alex and Happy, mostly as an exercise to learn how these tools work together. The parser utilizes the monadic interfaces to Alex and Happy.

Compiling and running

This project can be built easily with cabal:

$ cabal v2-update && cabal v2-run

This will launch a REPL which will parse JSON expressions.

About

A minimal JSON parser using Haskell's Alex and Happy lexer/parser generators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published