funcj icon indicating copy to clipboard operation
funcj copied to clipboard

Assorted functional-oriented data structures and algorithms for Java.

Results 8 funcj issues
Sort by recently updated
recently updated
newest added

The `JsonCombParser` class has various predefined parsers for parsing various JSON types/primitives such as string, boolean, number, digit, hexDigit etc. These definitions are very useful. However, currently they cannot be...

Hi, First of all would like to share how amazing this library looks. Have been working with ANTLR for years and am trying to move to a more functional approach...

Extend the `CodecConfigBuilder.registerAllowedPackage` to support wildcards for packages. Provide an `allowAllPackages `method. Perhaps add a `configureAsWriterOnly `method as a shortcut to allow all packages and call `failOnNoTypeConstructor(false)`.

Add Codec support for pluggable field naming - how class field member names are translated into, for example, JSON object keys and XML element names.

Hi Jon, I've been working on defining a grammar for parsing expressions from strings. Currently, my grammar is set up to handle expressions like a == 2, where a is...

All property tests in the `StateTest.java` have missing coverage over lines 172 and 173 of `Trampoline.java`. I could not figure out a good way to get this coverage while keeping...