Menu

Tree [9073da] master /
 History

HTTPS access


File Date Author Commit
 all_binaries 2017-10-21 varocarbas varocarbas [ead562] NumberParser 1.0.8.5 & UnitParser 1.0.9.1.
 all_code 2018-06-15 varocarbas varocarbas [9073da] Readme update.
 all_comments 2017-10-19 varocarbas varocarbas [0dc5bd] NumberParser 1.0.8.5 & UnitParser 1.0.9.1.
 all_readme 2018-06-15 varocarbas varocarbas [9073da] Readme update.
 .gitattributes 2017-06-08 varocarbas varocarbas [8cd16d] :space_invader: Added .gitattributes & .gitigno...
 .gitignore 2017-06-09 varocarbas varocarbas [26e575] Separating javadocs info from the main code.
 LICENSE 2017-06-08 varocarbas varocarbas [bc7388] First commit.
 README.md 2018-06-15 varocarbas varocarbas [9073da] Readme update.

Read Me

FlexibleParser (Java)

NOTE: this is the conversion to Java of the original C# code stored in the FlexibleParser repository.

FlexibleParser is a group of multi-purpose parsing libraries based upon the following ideas:

  • Intuitive, adaptable and easy to use.
  • Pragmatic, but aiming for the maximum accuracy and correctness.
  • Overall compatible and easily automatable.
  • Formed by independent JARs managing specific situations.

Parts

At the moment, FlexibleParser is formed by the following independent parts:

DOI UnitParser (last release, readme file, test program)

It allows to easily deal with a wide variety of situations involving units of measurement.
Among its most salient features are: user-defined exception triggering and gracefully managing numeric values of any size.

DOI NumberParser (last release, readme file, test program)

It provides a common framework for all the Java numeric types. Main features: exceptions managed internally; beyond-double-range support; custom mathematical functionalities.

I, Alvaro Carballo Garcia (varocarbas), am the sole author of each single bit of this code.

Equivalently to what happens with all my other online contributions, this code can be considered public domain. For more information about my copyright/authorship attribution ideas, visit https://customsolvers.com/copyright/.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.