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 ...
Zserio has different definition of octal escape sequences in string literals compared to C++, Java or Python. Zserio definition is as follows: '\0[0-3]oo` where o is octal diggit, but [0-3] is ...