Uses of Package
fj.parser
-
Packages that use fj.parser Package Description fj Types that set the premise for the existence of Functional Java.fj.parser Parser combinators. -
Classes in fj.parser used by fj Class Description Result 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 Parser 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.Result A parse result made up of a value (A) and the remainder of the parse input (I).