aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
AgeCommit message (Collapse)Author
2024-09-08fix: file_read() and file_write() refactorjvech
Functions Parameters were replaced by Configs struct to allow scalability, in the future I might merge parse.c source code into util.c
2024-08-07add: CLI improvements and small documentation updatesjvech
Things done: * config path should search config file in the following order: cli option, environment, xdg_path * Implement a retrain command. * when you require more keys than the ones available in the input, stop the program.
2024-08-06add: file parsing improvedjvech
Things implemented: * json_read() must die if the key does not exist or the value type is wrong. * on predict command input should be shown exactly the same * float precision CLI option should be added.
2024-07-26add: file_write() implementedjvech
things implemented: - CLI option --only-out added - CLI option --format works more intuitively - csv tsv and json output support
2024-07-24add: file_read() and format integraded on main programjvech
things implemented: - read output in false bug was solved. - Make generic rule added to build test executables - format option added to the CLI
2024-07-24add: file_read() function implementedjvech
things implemented: - Automatic file format infering - json_read() small refactor done - error checking in csv_read() improved
2024-07-23add: csv_read() improvedjvech
Error messages are more specific and now columns are read as arrays of strings.
2024-07-23add: read_csv function addedjvech
There is still much to do
Feel free to download, copy and edit any repo