Parsero is a lexical and syntactic analyzer made from scratch.
The dependecies of this project are managed with poetry. Learn about it in https://python-poetry.org/.
First, install the dependecies:
make install
Run it:
make
Fix your code formating:
make format
Execute tests:
make test