Skip to content

tsoding/haskell-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

haskell-json

Source Code for JSON Parser Video https://www.youtube.com/watch?v=N9RUqGYuGfw

WARNING! The latest code in this repo may differ from what has been shown in the video above due to additional contributions from the viewers! The original code from the video can be found in commit bafd97d96b792edd3e170525a7944b9f01de7e34.

Testing

$ runghc -Wall -Werror Main.hs

Contribution Notes

  • Pull Requests that do not add any new functionality to the parser or fix bugs will be rejected without any further discussion. Examples are refactoring, renaming, reformating, restyling, etc. Sorry for any inconveniences.