|
Copyright 2008 - 2010 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg This software is released under an open source BSD licence. |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| Parser<I,A,E> | 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. |
| Parser.CharsParser | Parsers that accept Stream<Character> input. |
| Parser.StreamParser | Parsers that accept Stream input. |
| Result<I,A> | A parse result made up of a value (A) and the remainder of the parse input (I). |
Parser combinators.
|
Copyright 2008 - 2010 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg This software is released under an open source BSD licence. |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||