A monadic parser combinators library implementation in F2J.
- Run tests
$ make test
-
Simple parser combinators (
parser.sf
) -
Simple arithmetic expression parser (
simple_arith_expr_parser.sf
) -
Lazy evaluated list (
plist.sf
) -
Simple XML parser (
xml_parser.sf
) -
Simple test framework (
testfx.sf
) -
Parser for a subset of F2J syntax (
f2j_parser.sf
) -
Seperate in modules
-
Feather Weight Java parser (
fj_parser.sf
) -
Simple Scheme parser
-
Improve efficiency
BSD 3