Changelog for IndentParser-0.2.1
Fri Oct 19 16:11:04 IST 2007 ppk@cse.iitk.ac.in
* Version 0.2.1
* Added combinators parse and parseFromFile
* Fixed an error in the error message of lineFold.
Thu Oct 18 18:10:18 IST 2007 ppk@cse.iitk.ac.in
tagged IndentParser-0.2
Wed Oct 17 19:13:46 IST 2007 ppk@cse.iitk.ac.in
* Version 0.2
Bugs Fix
* Serious trouble when indentation structures are
nested. Hopefully fixed.
Reorganisation
* All state manipulation parsers are moved into the
module IndentParser.Prim which is hidden.
* IndentToken renamed to IndentParser.Token
* Redefined parser state of indent parser.
Mon Oct 8 10:22:13 IST 2007 ppk@cse.iitk.ac.in
tagged IndentParser-0.1
Mon Oct 8 10:19:27 IST 2007 ppk@cse.iitk.ac.in
* Initial Version
Haskell modules to construct Indentation based syntactic structures.
How to Install: via Cabal. Suggestion and bug reports are welcome
(have a glance at TODO).