Package at.jku.ssw.fp.sect06_3
-
Interface Summary Interface Description Parser<E> Functional interface for parsers. -
Class Summary Class Description Demo1_FamilyPersonPresent Demo showing monad computations.Demo2_MonadicParser Demo showing monad operations of combinator parsers.Family Class representing families is member persons.Person Person providing presents.Present Class for presents.Result<T> Class representing a result of a parser. -
Exception Summary Exception Description ParseException Class for parse exceptions.