Skip to content

Commit

Permalink
Complete MoreParser
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit Sarkar committed Jan 1, 2025
1 parent 57ba5a1 commit ea13533
Show file tree
Hide file tree
Showing 4 changed files with 603 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ After this, we recommend the following progression of modules:
* [Traversable](src/Traversable.hs)
* [ListZipper](src/ListZipper.hs)
* [Parser](src/Parser.hs) *(see also [Person](src/Person.hs) for the parsing rules)*
* MoreParser
* [MoreParser](src/MoreParser.hs)
* JsonParser
* Alternative
* Interactive
* Anagrams
* FastAnagrams
Expand Down
2 changes: 2 additions & 0 deletions fp-course-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ library
List
ListZipper
Monad
MoreParser
Optional
Parser
Person
Expand Down Expand Up @@ -65,6 +66,7 @@ test-suite fp-course-test
ListSpec
ListZipperSpec
MonadSpec
MoreParserSpec
OptionalSpec
ParserSpec
Property
Expand Down
Loading

0 comments on commit ea13533

Please sign in to comment.