AI-powered compiler feedback assistant
After cloning the repository, you need to install the webserver by adding a symlink:
mkdir ~/.lentil
ln -s /full/path/to/lentil/server ~/.lentil/server
First launch the webserver:
cd cli
lentil -- --serve
...and run your compilation command through Lentil.
lentil -- gcc main.c