Parser in Haskell
The first chapter of the book is mostly about writing a parser in Miranda (the code is in Haskell, though).
It does not use monads. You can see how the implementation can be refined with monads if you compare it with a monadic parser of today.
It does not use monads. You can see how the implementation can be refined with monads if you compare it with a monadic parser of today.
Labels: haskell, programming
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home