Rust Scanner

Rust syntax and lexical analyzer implemented in Python.

This project was made for the Programming Languages class at ESPOL (SOFG1009).

Members

Rust lexer

What is a lexer?

Lexers are the ones that turn normal strings (something a human can read) into tokens (something more computer-friendly)

Screenshots of our program

prueba-lexer

GitHub

View Github