• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

csv/H29-Oct-2021-1,7321,723

templates/H29-Oct-2021-393342

README.mdH A D29-Oct-2021751 2617

generate.pyH A D29-Oct-202115.8 KiB540414

README.md

1# liblcf source code generator
2
3Files in the `generated` subdirectory of `src` directory are regenerated
4automatically when running the `generate.py` script.
5
6These source code files are generated with the `templates` subfolder
7structure based on the `csv` subfolder data files.
8
9
10## Requirements
11
12* Python interpreter 3.
13* Jinja2 template engine.
14* pandas data analysis library
15* CSV files can be modified with any text editor or (at your option) any
16  spreadsheet editor.
17
18
19## Usage
20
211. Open one of the .csv files in the `csv` subdirectory to edit or add new
22   data then save file changes.
232. Run the script file `generate.py` from the `generator` folder.
243. Add any newly created .cpp and .h files to project files if needed.
254. Recompile liblcf.
26