Uses of Package
fj.parser

Packages that use fj.parser
Package
Description
Types that set the premise for the existence of Functional Java.
Parser combinators.
  • Classes in fj.parser used by fj
    Class
    Description
    A parse result made up of a value (A) and the remainder of the parse input (I).
  • Classes in fj.parser used by fj.parser
    Class
    Description
    A parser is a function that takes some input (I) and produces either an error (E) or a parse result (A) and the remainder of the input.
    A parse result made up of a value (A) and the remainder of the parse input (I).