forked from EvergreenCrypto/docker-finance
ea20413107744161f716e181c5a9d3a7c676455f
- Factors out (and deprecates) `Command`
- Deprecates certain free functions
- Adds better error handling
- Adds more free functions
- Refactors file handling
- Improves documentation
Notes on file loading (and general file handlers):
The interpreter command `.L` will load files but appears to not fail if
the file isn't source code or a library.
Calling `gSystem->Load()` will load a given library but not source file,
and appears to not accept paths (which will be needed for pluggables).
Because `gInterpreter->LoadFile("path")` will load either a source file
or library by given "path", and is consistent with `dfi`'s approach to
path handling, this function appears to be the winner (for now).
(docker-finance) is a quasi-"financial operating system" of accounting for variant ledgers and metadata.
After installing and configuring, you can learn how to use dfi. You can also contribute or reach out at any time.
Please, consider the legalese before using (or copying) this repository. All other documentation can be found here.
Description
Languages
Shell
46.2%
C++
34.3%
PHP
14.5%
C
4.8%
Dockerfile
0.2%








