fpTOML icon indicating copy to clipboard operation
fpTOML copied to clipboard

TOML parser for Free Pascal Compiler.

Results 4 fpTOML issues
Sort by recently updated
recently updated
newest added

Hello, would it be possible to move to a permissive license or Dual License? Mozilla Public License (MPL) version 1.1[1] (which several libraries in FreePascal use) and (maybe?) also PascalScript...

Currently only parsing is supported but obviously we should be able to write TOML files also.

enhancement

**Problem**: The float number and date parsing may fail in other countries, that is: where a system locale is set that is not English. The reason for that is that...

**Problem**: Pasing may fail if the last line of file is not finished with a newline (see as an example tests/pass/T6.toml). The TOML specification clarifies: > There must be a...