Rust syntax and lexical analyzer implemented in Python.
This project was made for the Programming Languages class at ESPOL (SOFG1009).
Lexers are the ones that turn normal strings (something a human can read) into tokens (something more computer-friendly)
The parser is the one that is going to obtain the tokens from the lexer and verify that the string follows our language's grammar.