Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 373 Bytes

Parsero

Parsero is a lexical and syntactic analyzer made from scratch.

Execution

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

Developer Tools

Fix your code formating:

make format

Execute tests:

make test