Ticket #4 (closed proposed-project: fixed)

Opened 7 years ago

Last modified 5 years ago

ParsecT -- monad transformer version of Parsec

Reported by: naesten@… Owned by: none
Priority: Keywords:
Cc: Topic: misc
Difficulty: 2 people, 2 weeks Mentor: not-accepted

Description (last modified by KennKnowles) (diff)

Often, as you are writing a parser, you find that you want to *do* something while parsing. ParsecT is the codename of a [proposed] monad-transformer version of Parsec, which would allow you to do whatever you like in the midst of parsing.

Interested Mentors

  • Cale Gibbard <cgibbard@…>
  • Philippa Cowderoy <flippa@…>

Interested Students

  • Samuel Bronson (SamB) <naesten@…>
  • Luke Maurer (maurerl) <maurerl@…>
  • Kenn Knowles <kknowles@…>

Change History

Changed 7 years ago by paolo

  • topic changed from misc to GHC
  • description modified (diff)

Changed 7 years ago by ijones

  • owner changed from ijones to none

Changed 7 years ago by paolo

  • description modified (diff)

Changed 7 years ago by cgibbard

  • description modified (diff)

Changed 7 years ago by maurerl

  • description modified (diff)

Changed 6 years ago by PhilippaCowderoy

  • description modified (diff)

Changed 6 years ago by simonmar

  • topic changed from GHC to misc

Changed 6 years ago by KennKnowles

  • description modified (diff)

Changed 5 years ago by PhilippaCowderoy

  • status changed from new to closed
  • resolution set to fixed

Parsec3 happened, ParsecT exists.

Note: See TracTickets for help on using tickets.