Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 333 Bytes

README.adoc

File metadata and controls

5 lines (3 loc) · 333 Bytes

Exception Handling without exceptions

The idea of the demo is how to write an expression parser with very expressive error handling the easy way. It also explains why monads are really useful and not stuff only meant for mathematicians.

Please see my GitHub Repo for the complete code.