Mounayer / OptimizeIt

OptimizeIt is a tool that is meant to help you Optimize your code. You simply run this command-line application and give it a source code file name which it then optimizes for peak performance and readability.
MIT License
7 stars 3 forks source link

Issue 16 #17

Closed cleobnvntra closed 1 month ago

cleobnvntra commented 1 month ago

Description

Checklist

Testing Instructions

Steps

1. Create a .options.toml file in the root directory of the project.

2. Provide desired flag options. Option names are based on flag names used. Use -h or --help for assistance.

temperature = 0.8
output = ["file1.cpp", "file2.cpp"]
markdown = true
html = true

3. Run the tool with the desired file(s) to be optimized with the provided options.