This project implements a Non-deterministic Finite Automaton (NFA) to recognize Python integer literals according to the official Python Language Specification. Our implementation demonstrates how ...